diff options
author | Adam Dingle <adam@medovina.org> | 2013-04-05 17:07:26 +0800 |
---|---|---|
committer | Adam Dingle <adam@yorba.org> | 2013-05-03 18:08:38 +0800 |
commit | 201fe07e7c185c7be5cb09bb1a2a50f69ea7704e (patch) | |
tree | 3d3fe50eb3f70e34a143b7752a3e46b70597e18d /src | |
parent | e7272a72ef2a9a1bb48ae311283d7a14b54dc865 (diff) | |
download | gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.gz gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.bz2 gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.lz gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.xz gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.tar.zst gsoc2013-epiphany-201fe07e7c185c7be5cb09bb1a2a50f69ea7704e.zip |
Added missing mnemonics in application menu.
https://bugzilla.gnome.org/show_bug.cgi?id=696894
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 4 | ||||
-rw-r--r-- | src/resources/epiphany-application-menu.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 210588b25..bec411398 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -146,9 +146,9 @@ static const GtkActionEntry ephy_menu_entries [] = { G_CALLBACK (window_cmd_edit_bookmarks) }, { "EditHistory", NULL, N_("_History"), "<control>H", NULL, G_CALLBACK (window_cmd_edit_history) }, - { "EditPreferences", NULL, N_("Preferences"), "<control>e", NULL, + { "EditPreferences", NULL, N_("Pr_eferences"), "<control>e", NULL, G_CALLBACK (window_cmd_edit_preferences) }, - { "EditPersonalData", NULL, N_("Personal Data"), "<control>m", NULL, + { "EditPersonalData", NULL, N_("_Personal Data"), "<control>m", NULL, G_CALLBACK (window_cmd_edit_personal_data) }, /* View actions. */ diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui index a77ae51ef..d52121231 100644 --- a/src/resources/epiphany-application-menu.ui +++ b/src/resources/epiphany-application-menu.ui @@ -32,12 +32,12 @@ </section> <section> <item> - <attribute name="label" translatable="yes">Personal Data</attribute> + <attribute name="label" translatable="yes">_Personal Data</attribute> <attribute name="action">app.pdm</attribute> <attribute name="accel"><Primary>m</attribute> </item> <item> - <attribute name="label" translatable="yes">Preferences</attribute> + <attribute name="label" translatable="yes">Pr_eferences</attribute> <attribute name="action">app.preferences</attribute> <attribute name="accel"><Primary>e</attribute> </item> |