mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Remove disabled entries - they give a bad example of
using pseudo-English (a.k.a. Engrish) in the menu.
This commit is contained in:
parent
d508d0ef0c
commit
9e1f47ddb7
@ -280,7 +280,6 @@ static menu_entry FileMenu[] =
|
||||
{' ', N_("copy to &File... C-f"), 'F', menu_cut_cmd},
|
||||
{' ', "", ' ', 0},
|
||||
{' ', N_("&User menu... F11"), 'U', menu_user_menu_cmd},
|
||||
/* {' ', N_("Menu edi&Tor edit "), 'T', edit_user_menu_cmd}, */
|
||||
{' ', "", ' ', 0},
|
||||
{' ', N_("a&Bout... "), 'B', edit_about_cmd},
|
||||
{' ', "", ' ', 0},
|
||||
@ -299,7 +298,6 @@ static menu_entry FileMenuEmacs[] =
|
||||
{' ', N_("copy to &File... "), 'F', menu_cut_cmd},
|
||||
{' ', "", ' ', 0},
|
||||
{' ', N_("&User menu... F11"), 'U', menu_user_menu_cmd},
|
||||
/* {' ', N_("Menu edi&Tor edit "), 'T', edit_user_menu_cmd}, */
|
||||
{' ', "", ' ', 0},
|
||||
{' ', N_("a&Bout... "), 'B', edit_about_cmd},
|
||||
{' ', "", ' ', 0},
|
||||
|
Loading…
Reference in New Issue
Block a user