From 4fb7dbbd4bb91bcb590f34c624ae4ef582e16d24 Mon Sep 17 00:00:00 2001 From: Jalaloedien Date: Wed, 4 Apr 2007 13:49:55 +0000 Subject: [PATCH] KTS-1589 "Reword text description for Workflows introduction on DMS Admin main page. " Fixed. --- i18n/knowledgeTree.pot | 2 +- plugins/ktcore/KTCorePlugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot index 533bea3..bfd3e79 100644 --- a/i18n/knowledgeTree.pot +++ b/i18n/knowledgeTree.pot @@ -1766,7 +1766,7 @@ msgid "Configure the document metadata: Document Types, Document Fieldsets, Link msgstr "" #: plugins/ktcore/KTCorePlugin.php:235 -msgid "Configure the process documents go through." +msgid "Configure automated Workflows that map to document life-cycles." msgstr "" #: i18n/templates.c:5399 diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index b90de7d..bbe452e 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -241,7 +241,7 @@ class KTCorePlugin extends KTPlugin { '../wintools/email/emailDocumentTypes.php', null); } $this->registerAdminPage('workflows_2', 'KTWorkflowAdminV2', 'documents', - _kt('Workflows'), _kt('Configure the process documents go through.'), + _kt('Workflows'), _kt('Configure automated Workflows that map to document life-cycles.'), 'admin/workflowsv2.php', null); // storage -- libgit2 0.21.4