Commit c77f708e29b0c318a948c29b8fda7724045f2246

Authored by Conrad Vermeulen
1 parent 300f6ce0

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@6247 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/PsIndexer.php
... ... @@ -50,7 +50,7 @@ class KTPostscriptIndexerTrigger extends KTBaseIndexerTrigger {
50 50  
51 51 // can't find the local command.
52 52 if (empty($sCommand)) {
53   - 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);
  53 + 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);
54 54 }
55 55  
56 56 return null;
... ...