[four-in-a-row] Improve a shortcut documentation.



commit 46ab901229f258f469c295f4ad99642e6c0a01ea
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun May 3 21:14:10 2020 +0200

    Improve a shortcut documentation.

 data/ui/help-overlay.ui | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/ui/help-overlay.ui b/data/ui/help-overlay.ui
index bbf8efe..dcba827 100644
--- a/data/ui/help-overlay.ui
+++ b/data/ui/help-overlay.ui
@@ -79,17 +79,17 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <!-- Translators: in the Keyboard Shortcuts window, section "Play with keyboard"; hitting 
number moves directly to the nth column -->
-                <property name="title" translatable="yes" context="shortcut window">Select the given 
column</property>
-                <property name="accelerator">1...7</property>
+                <!-- Translators: in the Keyboard Shortcuts window, section "Play with keyboard"; shortcut 
for dropping the tile -->
+                <property name="title" translatable="yes" context="shortcut window">Play in selected 
column</property>
+                <property name="accelerator">Down Return space</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <!-- Translators: in the Keyboard Shortcuts window, section "Play with keyboard"; shortcut 
for dropping the tile -->
-                <property name="title" translatable="yes" context="shortcut window">Play in selected 
column</property>
-                <property name="accelerator">Down Return space</property>
+                <!-- Translators: in the Keyboard Shortcuts window, section "Play with keyboard"; hitting 
number plays directly to the nth column -->
+                <property name="title" translatable="yes" context="shortcut window">Play in given 
column</property>
+                <property name="accelerator">1...7</property>
               </object>
             </child>
           </object>


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