From 1a9c45734f6ce30748e9e99373e2c95432361a81 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 5 May 2015 13:59:57 -0400 Subject: [PATCH] Bug 4876: Improve language for navigation separator in setup script/Settings tab Signed-off-by: Isaac Bennetch --- 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 b880c648e4..a2b96abd1d 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -453,7 +453,7 @@ $strConfigNavigationTreeDisplayItemFilterMinimum_name $strConfigNavigationTreeDisplayDbFilterMinimum_name = __('Minimum number of databases to display the database filter box'); $strConfigNavigationTreeEnableGrouping_desc = __( - 'Group items in the navigation tree (determined by the separator defined below).' + 'Group items in the navigation tree (determined by the separator defined in the Databases and Tables tabs above).' ); $strConfigNavigationTreeEnableGrouping_name = __('Group items in the tree'); $strConfigNavigationTreeDbSeparator_desc