Spelling of menu items with mnemonics

This commit is contained in:
Pierre Pronchery 2014-07-11 19:48:44 +02:00
parent 2d9584885e
commit 7307d63a3a

View File

@ -148,7 +148,7 @@ static const DesktopMenu _editor_menu_edit[] =
{ N_("_Paste"), G_CALLBACK(on_edit_paste), GTK_STOCK_PASTE,
GDK_CONTROL_MASK, GDK_KEY_V },
{ "", NULL, NULL, 0, 0 },
{ N_("Select _all"), G_CALLBACK(on_edit_select_all),
{ N_("Select _All"), G_CALLBACK(on_edit_select_all),
#if GTK_CHECK_VERSION(2, 10, 0)
GTK_STOCK_SELECT_ALL,
#else