diff options
author | Colomban Wendling <[email protected]> | 2025-03-25 15:40:55 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-01 23:36:28 +0000 |
commit | 767fdef8d8243396e289e0274ac58808bfdd1c2b (patch) | |
tree | f4489fc9e1857f78ba1462f33572e16c31bef147 | |
parent | 47a5366bea4412a469306837c58179d8d6a7cdbf (diff) | |
download | mate-control-center-767fdef8d8243396e289e0274ac58808bfdd1c2b.tar.bz2 mate-control-center-767fdef8d8243396e289e0274ac58808bfdd1c2b.tar.xz |
keybindings: Mention keyboard navigation in the help text
-rw-r--r-- | capplets/keybindings/mate-keybinding-properties.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.ui b/capplets/keybindings/mate-keybinding-properties.ui index 7a986588..eb3a5a2f 100644 --- a/capplets/keybindings/mate-keybinding-properties.ui +++ b/capplets/keybindings/mate-keybinding-properties.ui @@ -336,7 +336,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">To edit a shortcut key, double-click on the corresponding row and type a new key combination, or press backspace to clear.</property> + <property name="label" translatable="yes">To edit a shortcut key, double-click or press Space or Enter on the corresponding row and type a new key combination, or press backspace to clear.</property> <property name="wrap">True</property> </object> <packing> |