Commit d81ff8548584582829418f33a21ee87c5d8ae688

Authored by conradverm
1 parent 2ac4bdd8

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@6249 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/WordIndexer.php
@@ -64,7 +64,7 @@ class KTWordIndexerTrigger extends KTBaseIndexerTrigger { @@ -64,7 +64,7 @@ class KTWordIndexerTrigger extends KTBaseIndexerTrigger {
64 64
65 // can't find the local command. 65 // can't find the local command.
66 if (empty($sCommand)) { 66 if (empty($sCommand)) {
67 - 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); 67 + 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);
68 } 68 }
69 69
70 return null; 70 return null;