1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 17:22:18 -05:00

Update hiding menu text

This commit is contained in:
TingPing 2013-04-03 20:35:42 -03:00
parent 496ed18e85
commit 5779691efb

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);
}