Commit 0601ddc633867a2b579d5de5f98241e2bd12cf95

Authored by conradverm
1 parent 9501513b

KTS-1690

"Fix KTDMS to KnowledgeTree in some templates"
Fixed.
Reviewed by: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6244 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/OpenDocumentIndexer.php
... ... @@ -96,7 +96,7 @@ class KTOpenDocumentIndexerTrigger extends KTBaseIndexerTrigger {
96 96  
97 97 // can't find the local command.
98 98 if (empty($sCommand)) {
99   - return sprintf(_kt('Unable to find required command for indexing. Please ensure that <strong>%s</strong> is installed and in the KnowledgeTree Path. For more information on indexers and helper applications, please <a href="%s">visit the KTDMS site</a>.'), $this->command, $this->support_url);
  99 + return sprintf(_kt('Unable to find required command for indexing. Please ensure that <strong>%s</strong> is installed and in the KnowledgeTree Path. For more information on indexers and helper applications, please <a href="%s">visit the KnowledgeTree site</a>.'), $this->command, $this->support_url);
100 100 }
101 101  
102 102 return null;
... ...