From 2ac4bdd85f59e462d827c2c1a95d8b5d6e5bd7bf Mon Sep 17 00:00:00 2001 From: conradverm Date: Tue, 13 Feb 2007 13:28:01 +0000 Subject: [PATCH] KTS-1690 "Fix KTDMS to KnowledgeTree in some templates" Fixed. Reviewed by: Kevin Fourie --- plugins/ktstandard/contents/RtfIndexer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktstandard/contents/RtfIndexer.php b/plugins/ktstandard/contents/RtfIndexer.php index e7c3ee7..6646ff2 100644 --- a/plugins/ktstandard/contents/RtfIndexer.php +++ b/plugins/ktstandard/contents/RtfIndexer.php @@ -49,7 +49,7 @@ class KTRtfIndexerTrigger extends KTBaseIndexerTrigger { // can't find the local command. if (empty($sCommand)) { - return sprintf(_kt('Unable to find required command for indexing. Please ensure that %s is installed and in the KnowledgeTree Path. For more information on indexers and helper applications, please visit the KTDMS site.'), $this->command, $this->support_url); + return sprintf(_kt('Unable to find required command for indexing. Please ensure that %s is installed and in the KnowledgeTree Path. For more information on indexers and helper applications, please visit the KnowledgeTree site.'), $this->command, $this->support_url); } return null; -- libgit2 0.21.4