From d8eb0304bb9eae95e183157c9afa978a886211eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 10 Mar 2014 09:34:11 +0100 Subject: [PATCH] change label for scanned documents (#4428) --- src/collective/dms/batchimport/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/dms/batchimport/utils.py b/src/collective/dms/batchimport/utils.py index f8624a8..6e06c5f 100644 --- a/src/collective/dms/batchimport/utils.py +++ b/src/collective/dms/batchimport/utils.py @@ -55,5 +55,5 @@ def createDocument(context, folder, portal_type, document_id, filename, document.reindexObjectSecurity() version = createContentInContainer(document, 'dmsmainfile', - title=_('Scanned Mail'), + title=_('Scanned Document'), file=file_object)