[sound-juicer] app menu: standardize Help/About/Quit



commit 5fcfb54bfddf47100fcfa911562cf9bdabc4b234
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 16:24:38 2013 -0600

    app menu: standardize Help/About/Quit
    
    Use Help/About/Quit instead of About Sound Juicer/Help/Quit
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720149

 data/sound-juicer-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/sound-juicer-menu.ui b/data/sound-juicer-menu.ui
index 76170a0..ddc6c71 100644
--- a/data/sound-juicer-menu.ui
+++ b/data/sound-juicer-menu.ui
@@ -36,15 +36,15 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">About Sound Juicer</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]