[gnome-games/wip/exalm/appmenu: 3/3] collection-header-bar: Update primary menu layout



commit 06a2b0b37201c4d96d1eb501b7745ffddd382394
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sun Oct 7 01:12:38 2018 +0500

    collection-header-bar: Update primary menu layout
    
    Remove separator, change 'Shortcuts' to 'Keyboard Shortcuts' and
    'About' to 'About Games' to conform with
    https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement

 data/ui/collection-header-bar.ui | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/data/ui/collection-header-bar.ui b/data/ui/collection-header-bar.ui
index 9c50a47a..9f4d3dab 100644
--- a/data/ui/collection-header-bar.ui
+++ b/data/ui/collection-header-bar.ui
@@ -113,17 +113,10 @@
             <property name="visible">True</property>
           </object>
         </child>
-        <child>
-          <object class="GtkSeparator">
-            <property name="margin-top">6</property>
-            <property name="margin-bottom">6</property>
-            <property name="visible">True</property>
-          </object>
-        </child>
         <child>
           <object class="GtkModelButton">
             <property name="can_focus">True</property>
-            <property name="text" translatable="yes">Shortcuts</property>
+            <property name="text" translatable="yes">Keyboard Shortcuts</property>
             <property name="action-name">app.shortcuts</property>
             <property name="visible">True</property>
           </object>
@@ -139,7 +132,7 @@
         <child>
           <object class="GtkModelButton">
             <property name="can_focus">True</property>
-            <property name="text" translatable="yes">About</property>
+            <property name="text" translatable="yes">About Games</property>
             <property name="action-name">app.about</property>
             <property name="visible">True</property>
           </object>


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