Commit 2ac4bdd85f59e462d827c2c1a95d8b5d6e5bd7bf
1 parent
67bf525e
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@6248 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/contents/RtfIndexer.php
| ... | ... | @@ -49,7 +49,7 @@ class KTRtfIndexerTrigger extends KTBaseIndexerTrigger { |
| 49 | 49 | |
| 50 | 50 | // can't find the local command. |
| 51 | 51 | if (empty($sCommand)) { |
| 52 | - 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); | |
| 52 | + 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); | |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | return null; | ... | ... |