[gnome-control-center/wip/hadess/fix-shortcut-disable-label: 58/58] keyboard: Fix keyboard shortcut label
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/fix-shortcut-disable-label: 58/58] keyboard: Fix keyboard shortcut label
- Date: Fri, 29 Mar 2019 17:04:03 +0000 (UTC)
commit 07485a1103d759033dc2d3498c0c3122674f97f2
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]