Update hiding menu text

This commit is contained in:
TingPing 2013-04-03 20:35:42 -03:00
parent 496ed18e85
commit 5779691efb
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ menu_bar_toggle_cb (void)
menu_bar_toggle ();
if (prefs.hex_gui_hide_menu)
fe_message (_("The Menubar is now hidden. You can show it again"
" by pressing F9 or right-clicking in a blank part of"
" by pressing Control+F9 or right-clicking in a blank part of"
" the main text area."), FE_MSG_INFO);
}