Commit b68ab510acef5ea13e7c5039dc084477baab343d

Authored by kevin_fourie
1 parent dd868a1c

Merged in from STABLE trunk...

KTS-3530
"Allow reindexing of folders and their contents"
Updated. Fixed a typo.

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9082 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/DocumentIndexAction.php
... ... @@ -55,7 +55,7 @@ class DocumentIndexAction extends KTDocumentAction
55 55 else
56 56 {
57 57 Indexer::index($doc, 'A');
58   - $this->addInfoMessage(sprintf(_kt("Document '%s' has been added from the indexing queue."), $full_path));
  58 + $this->addInfoMessage(sprintf(_kt("Document '%s' has been added to the indexing queue."), $full_path));
59 59 }
60 60 }
61 61 redirect("view.php?fDocumentId=$docid");
... ...