Commit 7a356c4cae8355c9adc01e50448f0d97c5a8aded
1 parent
d9f15933
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
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/contents/PowerpointIndexer.php
| ... | ... | @@ -43,7 +43,7 @@ class KTPowerpointIndexerTrigger extends KTBaseIndexerTrigger { |
| 43 | 43 | |
| 44 | 44 | // can't find the local command. |
| 45 | 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 | 49 | return null; | ... | ... |