diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2014-03-10 08:34:11 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2014-03-10 08:34:11 (GMT) |
commit | d8eb0304bb9eae95e183157c9afa978a886211eb (patch) | |
tree | 1bd410708204db84aa319056ca4ac790cd96489a | |
parent | 37963d500120684a4af9b4b5fba019e01195bec6 (diff) | |
download | collective.dms.batchimport-d8eb0304bb9eae95e183157c9afa978a886211eb.zip collective.dms.batchimport-d8eb0304bb9eae95e183157c9afa978a886211eb.tar.gz collective.dms.batchimport-d8eb0304bb9eae95e183157c9afa978a886211eb.tar.bz2 |
change label for scanned documents (#4428)
-rw-r--r-- | src/collective/dms/batchimport/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |