Commit 4fb7dbbd4bb91bcb590f34c624ae4ef582e16d24

Authored by Jalaloedien
1 parent 33668554

KTS-1589

"Reword text description for Workflows introduction on DMS Admin main page. "
Fixed.

Reviewed By: Kevin

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6443 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/knowledgeTree.pot
... ... @@ -1766,7 +1766,7 @@ msgid "Configure the document metadata: Document Types, Document Fieldsets, Link
1766 1766 msgstr ""
1767 1767  
1768 1768 #: plugins/ktcore/KTCorePlugin.php:235
1769   -msgid "Configure the process documents go through."
  1769 +msgid "Configure automated Workflows that map to document life-cycles."
1770 1770 msgstr ""
1771 1771  
1772 1772 #: i18n/templates.c:5399
... ...
plugins/ktcore/KTCorePlugin.php
... ... @@ -241,7 +241,7 @@ class KTCorePlugin extends KTPlugin {
241 241 '../wintools/email/emailDocumentTypes.php', null);
242 242 }
243 243 $this->registerAdminPage('workflows_2', 'KTWorkflowAdminV2', 'documents',
244   - _kt('Workflows'), _kt('Configure the process documents go through.'),
  244 + _kt('Workflows'), _kt('Configure automated Workflows that map to document life-cycles.'),
245 245 'admin/workflowsv2.php', null);
246 246  
247 247 // storage
... ...