Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change feature name from 'navigation' to 'navigationhiding'
  • Loading branch information
kasunchathuranga committed Jul 27, 2013
1 parent 04c2e88 commit 0cc2cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/config.default.php
Expand Up @@ -427,7 +427,7 @@
*
* @global string $cfg['Servers'][$i]['navigationhiding']
*/
$cfg['Servers'][$i]['nagivation'] = '';
$cfg['Servers'][$i]['navigationhiding'] = '';

/**
* Maximum number of records saved in $cfg['Servers'][$i]['table_uiprefs'] table.
Expand Down
4 changes: 2 additions & 2 deletions libraries/config/messages.inc.php
Expand Up @@ -454,8 +454,8 @@
$strConfigServers_users_name = __('Users table');
$strConfigServers_usergroups_desc = __('Leave blank to disable configurable menus feature, suggested: [kbd]pma__usergroups[/kbd]');
$strConfigServers_usergroups_name = __('User groups table');
$strConfigServers_navigation_desc = __('Leave blank to disable the feature to hide and show navigation items, suggested: [kbd]pma__navigation[/kbd]');
$strConfigServers_navigation_name = __('Hidden navigation items table');
$strConfigServers_navigationhiding_desc = __('Leave blank to disable the feature to hide and show navigation items, suggested: [kbd]pma__navigationhiding[/kbd]');
$strConfigServers_navigationhiding_name = __('Hidden navigation items table');
$strConfigServers_user_desc = __('Leave empty if not using config auth');
$strConfigServers_user_name = __('User for config auth');
$strConfigServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
Expand Down

0 comments on commit 0cc2cc6

Please sign in to comment.