Commit 2f8af956958e723d4b53db48dab5e2b7d2bd3853

Authored by conradverm
1 parent 60e513b5

KTS-673

"The search algorithm needs some work"
Updated. Capitalise D

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7452 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/IndexingStatusDashlet.php
... ... @@ -36,7 +36,7 @@ class IndexingStatusDashlet extends KTBaseDashlet
36 36  
37 37 function IndexingStatusDashlet()
38 38 {
39   - $this->sTitle = _kt('document Indexer Status');
  39 + $this->sTitle = _kt('Document Indexer Status');
40 40 $this->sClass = 'ktError';
41 41 }
42 42  
... ...