[gnome-control-center/wip/hadess/fix-shortcut-disable-label] keyboard: Fix keyboard shortcut label



commit 56787cf894e08546d2728cedcb9ca5ac9b6ed685
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 5 14:24:34 2019 +0100

    keyboard: Fix keyboard shortcut label
    
    The instructions label says:
    Press Esc to cancel or Backspace to reset the keyboard shortcut.
    but the Backspace key set the shortcut to be empty, and disables the
    feature. Reset is achieved clicking the button to the right handside of
    the shortcut in the main window, and is only visible when the shortcut
    isn't set to the default value.

 panels/keyboard/shortcut-editor.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/keyboard/shortcut-editor.ui b/panels/keyboard/shortcut-editor.ui
index 081552955..9e7b311ed 100644
--- a/panels/keyboard/shortcut-editor.ui
+++ b/panels/keyboard/shortcut-editor.ui
@@ -65,7 +65,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="wrap">True</property>
-                            <property name="label" translatable="yes">Press Esc to cancel or Backspace to 
reset the keyboard shortcut.</property>
+                            <property name="label" translatable="yes">Press Esc to cancel or Backspace to 
disable the keyboard shortcut.</property>
                             <style>
                               <class name="dim-label" />
                             </style>
@@ -315,7 +315,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="wrap">True</property>
-                    <property name="label" translatable="yes">Press Esc to cancel or Backspace to reset the 
keyboard shortcut.</property>
+                    <property name="label" translatable="yes">Press Esc to cancel or Backspace to disable 
the keyboard shortcut.</property>
                     <style>
                       <class name="dim-label" />
                     </style>


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