From 2f8af956958e723d4b53db48dab5e2b7d2bd3853 Mon Sep 17 00:00:00 2001 From: conradverm Date: Mon, 22 Oct 2007 14:50:43 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. Capitalise D --- plugins/search2/IndexingStatusDashlet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- libgit2 0.21.4