Commit d9f15933e1a7edf10d0ee450d7373909c13e0f0b
1 parent
0601ddc6
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@6245 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/contents/PdfIndexer.php
| ... | ... | @@ -47,7 +47,7 @@ class KTPdfIndexerTrigger extends KTBaseIndexerTrigger { |
| 47 | 47 | |
| 48 | 48 | // can't find the local command. |
| 49 | 49 | if (empty($sCommand)) { |
| 50 | - 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); | |
| 50 | + 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); | |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | return null; | ... | ... |