[gnome-terminal] appmenu: Use standard order for about, help, quit



commit 457ad7f70120f83e7a8009d57017a342478433d1
Author: Christian Persch <chpe gnome org>
Date:   Thu Jun 20 23:59:23 2013 +0200

    appmenu: Use standard order for about, help, quit

 src/terminal-appmenu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/terminal-appmenu.ui b/src/terminal-appmenu.ui
index 0c6b86b..2d65e5b 100644
--- a/src/terminal-appmenu.ui
+++ b/src/terminal-appmenu.ui
@@ -25,12 +25,12 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Help</attribute>
-        <attribute name="action">app.help</attribute>
+        <attribute name="label" translatable="yes">_About Terminal</attribute>
+        <attribute name="action">app.about</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_About</attribute>
-        <attribute name="action">app.about</attribute>
+        <attribute name="label" translatable="yes">_Help</attribute>
+        <attribute name="action">app.help</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_Quit</attribute>


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