From 769762b282527275f353da348aeca36cef7a8ebe Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Mon, 11 Aug 2008 14:05:46 +0000 Subject: [PATCH] KTS-3530 "Allow reindexing of folders and their contents" Updated. Fixed a typo. --- plugins/search2/DocumentIndexAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search2/DocumentIndexAction.php b/plugins/search2/DocumentIndexAction.php index b4a349b..93758bf 100755 --- a/plugins/search2/DocumentIndexAction.php +++ b/plugins/search2/DocumentIndexAction.php @@ -55,7 +55,7 @@ class DocumentIndexAction extends KTDocumentAction else { Indexer::index($doc, 'A'); - $this->addInfoMessage(sprintf(_kt("Document '%s' has been added from the indexing queue."), $full_path)); + $this->addInfoMessage(sprintf(_kt("Document '%s' has been added to the indexing queue."), $full_path)); } } redirect("view.php?fDocumentId=$docid"); -- libgit2 0.21.4