[gnome-mines] menu: Add mnemonic for Keyboard Shortcuts
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] menu: Add mnemonic for Keyboard Shortcuts
- Date: Fri, 11 Jan 2019 20:11:43 +0000 (UTC)
commit 21289a92a941092e24058f3e8f2fb6d927b55dda
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Fri Jan 11 12:10:30 2019 -0500
menu: Add mnemonic for Keyboard Shortcuts
src/gnome-mines.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 1e33d6c..700a55b 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -238,7 +238,7 @@ public class Mines : Gtk.Application
section.append (_("_Use Question Flags"), "app.%s".printf (KEY_USE_QUESTION_MARKS));
section = new Menu ();
menu.append_section (null, section);
- section.append (_("Keyboard Shortcuts"), "win.show-help-overlay");
+ section.append (_("_Keyboard Shortcuts"), "win.show-help-overlay");
section.append (_("_Help"), "app.help");
section.append (_("_About Mines"), "app.about");
var menu_button = new Gtk.MenuButton ();
@@ -260,7 +260,7 @@ public class Mines : Gtk.Application
mines_menu.append (_("_Quit"), "app.quit");
var help_menu = new Menu ();
menu.append_submenu (_("_Help"), help_menu);
- help_menu.append (_("Keyboard Shortcuts"), "win.show-help-overlay");
+ help_menu.append (_("_Keyboard Shortcuts"), "win.show-help-overlay");
help_menu.append (_("_Contents"), "app.help");
help_menu.append (_("_About Mines"), "app.about");
set_menubar (menu);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]