Improve message

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-08-03 18:19:49 -04:00
parent f68f9146ba
commit 1f52d901ef
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ $js_messages['strShowPanel'] = __('Show Panel');
$js_messages['strHidePanel'] = __('Hide Panel');
$js_messages['strUnhideNavItem'] = __('Show hidden navigation tree items.');
$js_messages['linkWithMain'] = __('Link with main panel');
$js_messages['unlinkWithMain'] = __('Unlink with main panel');
$js_messages['unlinkWithMain'] = __('Unlink from main panel');
/* microhistory */
$js_messages['strInvalidPage'] = __('The requested page was not found in the history, it may have expired.');

View File

@ -1136,7 +1136,7 @@ class PMA_NavigationTree
$title = __('Link with main panel');
if ($GLOBALS['cfg']['NavigationLinkWithMainPanel']) {
$syncImage = 's_unlink.png';
$title = __('Unlink with main panel');
$title = __('Unlink from main panel');
}
$retval .= PMA_Util::getNavigationLink(
'#',