[gnome-contacts] App menu: standardize Help/About/Quit



commit a5d6dc0ac8125609c53bf92229fcd249902bcda7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 15:46:52 2013 -0600

    App menu: standardize Help/About/Quit
    
    Use Help/About/Quit instead of About Contacts/Help/Quit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720143

 src/app-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/app-menu.ui b/src/app-menu.ui
index b51a646..0030968 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -8,14 +8,14 @@
     </section>
     <section>
       <item>
-       <attribute name="action">app.about</attribute>
-       <attribute name="label" translatable="yes">_About Contacts</attribute>
-      </item>
-      <item>
        <attribute name="action">app.help</attribute>
        <attribute name="label" translatable="yes">_Help</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]