[epiphany] Added missing mnemonics in application menu.



commit 201fe07e7c185c7be5cb09bb1a2a50f69ea7704e
Author: Adam Dingle <adam medovina org>
Date:   Fri Apr 5 05:07:26 2013 -0400

    Added missing mnemonics in application menu.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696894

 src/ephy-window.c                          |    4 ++--
 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 210588b..bec4113 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 a77ae51..d521212 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">&lt;Primary&gt;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">&lt;Primary&gt;e</attribute>
       </item>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]