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)