Commit 2f8af956958e723d4b53db48dab5e2b7d2bd3853
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
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/search2/IndexingStatusDashlet.php
| @@ -36,7 +36,7 @@ class IndexingStatusDashlet extends KTBaseDashlet | @@ -36,7 +36,7 @@ class IndexingStatusDashlet extends KTBaseDashlet | ||
| 36 | 36 | ||
| 37 | function IndexingStatusDashlet() | 37 | function IndexingStatusDashlet() |
| 38 | { | 38 | { |
| 39 | - $this->sTitle = _kt('document Indexer Status'); | 39 | + $this->sTitle = _kt('Document Indexer Status'); |
| 40 | $this->sClass = 'ktError'; | 40 | $this->sClass = 'ktError'; |
| 41 | } | 41 | } |
| 42 | 42 |