diff --git a/plugins/ktstandard/contents/OpenDocumentIndexer.php b/plugins/ktstandard/contents/OpenDocumentIndexer.php
index 0416b48..a171b6a 100644
--- a/plugins/ktstandard/contents/OpenDocumentIndexer.php
+++ b/plugins/ktstandard/contents/OpenDocumentIndexer.php
@@ -96,7 +96,7 @@ class KTOpenDocumentIndexerTrigger 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;