[gnome-tetravex] Improve shortcut description.



commit 52b5b19b133030a9c2139539ca75db3df5054cce
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Jun 12 17:38:24 2020 +0200

    Improve shortcut description.

 src/help-overlay.ui | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 0d098df..230c3c4 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -147,6 +147,14 @@
             <property name="visible">1</property>
             <!-- Translators: title of a section in the Keyboard Shortcuts dialog; contains "Show Help", 
"Show Keyboard Shortcuts", "Quit"... -->
             <property name="title" translatable="yes" context="shortcut window">Generic</property>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">1</property>
+                <property name="accelerator">F10</property>
+                <!-- Translators: F10 shortcut description in the Keyboard Shortcuts dialog, section 
Generic; shows menu -->
+                <property name="title" translatable="yes" context="shortcut window">Toggle main 
menu</property>
+              </object>
+            </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
@@ -179,14 +187,6 @@
                 <property name="title" translatable="yes" context="shortcut window">Quit</property>
               </object>
             </child>
-            <child>
-              <object class="GtkShortcutsShortcut">
-                <property name="visible">1</property>
-                <property name="accelerator">F10</property>
-                <!-- Translators: F10 shortcut description in the Keyboard Shortcuts dialog, section 
Generic; shows menu -->
-                <property name="title" translatable="yes" context="shortcut window">Show Menu</property>
-              </object>
-            </child>
           </object>
         </child>
         <child>


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