[gnome-calculator] app menu: standardize Help/About/Quit



commit 9d5016eb79f735889d3cbc40f4c51fbcb47c3717
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 12:00:03 2013 -0600

    app menu: standardize Help/About/Quit
    
    Use Help/About/Quit instead of About Calculator/Help/Quit

 data/menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/menu.ui b/data/menu.ui
index 0d330fa..48943b4 100644
--- a/data/menu.ui
+++ b/data/menu.ui
@@ -33,15 +33,15 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">About Calculator</attribute>
-        <attribute name="action">app.about</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">Help</attribute>
         <attribute name="action">app.help</attribute>
         <attribute name="accel">F1</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]