Commit 769762b282527275f353da348aeca36cef7a8ebe
1 parent
8a5f0306
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/trunk@9076 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
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"); | ... | ... |