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



commit f46b57a10cc18d036cb78133d6f945407eb4dd80
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 11:37:48 2013 -0600

    app menu: standardize Help/About/Quit
    
    Use, in order, Help/About/Quit instead of About Files/Help/Quit
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus

 src/nautilus-app-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-app-menu.ui b/src/nautilus-app-menu.ui
index ff2b40c..c534cbd 100644
--- a/src/nautilus-app-menu.ui
+++ b/src/nautilus-app-menu.ui
@@ -26,15 +26,15 @@
     </section>
     <section>
       <item>
-       <attribute name="action">app.about</attribute>
-       <attribute name="label" translatable="yes">_About Files</attribute>
-      </item>
-      <item>
        <attribute name="action">app.help</attribute>
        <attribute name="label" translatable="yes">_Help</attribute>
        <attribute name="accel">F1</attribute>
       </item>
       <item>
+       <attribute name="action">app.about</attribute>
+       <attribute name="label" translatable="yes">_About</attribute>
+      </item>
+      <item>
        <attribute name="action">app.quit</attribute>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="accel">&lt;Primary&gt;q</attribute>


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