From ce9b1f0b9600fb8fe650223ab59c1e22308ee497 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 7 Dec 2010 05:59:00 -0500 Subject: [PATCH] typo; improve message --- libraries/config/messages.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 6f312076d..654974d80 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -264,7 +264,7 @@ $strConfigLeftDisplayLogo_desc = __('Show logo in left frame'); $strConfigLeftDisplayLogo_name = __('Display logo'); $strConfigLeftDisplayServers_desc = __('Display server choice at the top of the left frame'); $strConfigLeftDisplayServers_name = __('Display servers selection'); -$strConfigLeftDisplayTableFilterMinimum_name = __('Mimimum number of tables to display table filter'); +$strConfigLeftDisplayTableFilterMinimum_name = __('Minimum number of tables to display the table filter box'); $strConfigLeftFrameDBSeparator_desc = __('String that separates databases into different tree levels'); $strConfigLeftFrameDBSeparator_name = __('Database tree separator'); $strConfigLeftFrameDBTree_desc = __('Only light version; display databases in a tree (determined by the separator defined below)');