Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Aug 3, 2014
1 parent f68f914 commit 1f52d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/messages.php
Expand Up @@ -459,7 +459,7 @@
$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.');
Expand Down
2 changes: 1 addition & 1 deletion libraries/navigation/NavigationTree.class.php
Expand Up @@ -1136,7 +1136,7 @@ private function _controls()
$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(
'#',
Expand Down

0 comments on commit 1f52d90

Please sign in to comment.