diff --git a/ChangeLog b/ChangeLog index c80f6cefc0..b41ea38379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ phpMyAdmin - ChangeLog - bug #4678 Some of the data stored in configuration storage are not deleted upon db or table delete - bug #4679 Setup does not allow providing a name for favorites table - bug #4680 Number of favorite table are not configurable in setup +- bug #4681 'Central columns table' field in setup does not have a description 4.3.4.0 (2014-12-29) - bug #4653 Always connection error was shown, on /setup at tab "configuration storage" diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 1ac5c0fe62..c7fbd6495a 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -604,7 +604,11 @@ $strConfigServers_savedsearches_desc = __( 'Leave blank for no QBE saved searches support, suggested: ' . '[kbd]pma__savedsearches[/kbd].' ); - +$strConfigServers_central_columns_name = __('Central columns table'); +$strConfigServers_central_columns_desc = __( + 'Leave blank for no central columns support, suggested: ' + . '[kbd]pma__central_columns[/kbd].' +); $strConfigServers_nopassword_desc = __('Try to connect without password.'); $strConfigServers_nopassword_name = __('Connect without password'); $strConfigServers_only_db_desc = __(