Commit 300f6ce0b9958ac70dae1dc15826c1855b627214

Authored by Conrad Vermeulen
1 parent 2c098d9e

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@6246 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/PowerpointIndexer.php
@@ -43,7 +43,7 @@ class KTPowerpointIndexerTrigger extends KTBaseIndexerTrigger { @@ -43,7 +43,7 @@ class KTPowerpointIndexerTrigger extends KTBaseIndexerTrigger {
43 43
44 // can't find the local command. 44 // can't find the local command.
45 if (empty($sCommand)) { 45 if (empty($sCommand)) {
46 - 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); 46 + 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);
47 } 47 }
48 48
49 return null; 49 return null;