diff --git a/plugins/search2/IndexingStatusDashlet.php b/plugins/search2/IndexingStatusDashlet.php index e181c12..3d95944 100644 --- a/plugins/search2/IndexingStatusDashlet.php +++ b/plugins/search2/IndexingStatusDashlet.php @@ -36,7 +36,7 @@ class IndexingStatusDashlet extends KTBaseDashlet function IndexingStatusDashlet() { - $this->sTitle = _kt('document Indexer Status'); + $this->sTitle = _kt('Document Indexer Status'); $this->sClass = 'ktError'; }