[recipes] Cosmetic changes to the app menu



commit e43930638925f2d10aa98b0764f8fc5d2ec88a8a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 3 20:17:27 2017 -0500

    Cosmetic changes to the app menu
    
    Shorten "My Chef Information" to just "Chef Information",
    and rearrange the the last section a bit.

 src/menus.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index 2ed3cfa..17a1c7f 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -14,20 +14,20 @@
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_My Chef Information</attribute>
+        <attribute name="label" translatable="yes">_Chef Information</attribute>
         <attribute name="action">app.chef-information</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_What’s New</attribute>
-        <attribute name="action">app.news</attribute>
-      </item>
-      <item>
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
       <item>
+        <attribute name="label" translatable="yes">_What’s New</attribute>
+        <attribute name="action">app.news</attribute>
+      </item>
+      <item>
         <attribute name="label" translatable="yes">_Report Issue</attribute>
         <attribute name="action">app.report-issue</attribute>
       </item>


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