[bijiben] app menu: standardize Help/About/Quit



commit 177b72a86073b0dd6f79c01e8a34164502f86ad2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 17 00:12:47 2013 +0100

    app menu: standardize Help/About/Quit
    
    Use Help/About/Quit instead of About Notes/Help/Quit
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720135

 src/resources/app-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/app-menu.ui b/src/resources/app-menu.ui
index 2d12aad..e904db9 100644
--- a/src/resources/app-menu.ui
+++ b/src/resources/app-menu.ui
@@ -23,14 +23,14 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_About Notes</attribute>
-        <attribute name="action">app.about</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">_Help</attribute>
         <attribute name="action">app.help</attribute>
       </item>
       <item>
+        <attribute name="label" translatable="yes">_About</attribute>
+        <attribute name="action">app.about</attribute>
+      </item>
+      <item>
         <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.quit</attribute>
         <attribute name="accel">&lt;Primary&gt;q</attribute>


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