diff options
author | monsta <[email protected]> | 2016-11-03 12:06:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-03 12:06:16 +0300 |
commit | 2ab64ee8ec12a3e1de4da9b25b8834cc978640ba (patch) | |
tree | 0d7c63f491799ff35d61d6ed95dbd75e83933f2c | |
parent | 7e76153686e3781cf5f0bee66ef2da0de54bbcb5 (diff) | |
download | mate-control-center-2ab64ee8ec12a3e1de4da9b25b8834cc978640ba.tar.bz2 mate-control-center-2ab64ee8ec12a3e1de4da9b25b8834cc978640ba.tar.xz |
mouse: change natural scroll mnemonic from 'a' to 'n'
-rw-r--r-- | capplets/mouse/mate-mouse-properties.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/mouse/mate-mouse-properties.ui b/capplets/mouse/mate-mouse-properties.ui index 1455bb0f..6acf58a1 100644 --- a/capplets/mouse/mate-mouse-properties.ui +++ b/capplets/mouse/mate-mouse-properties.ui @@ -1280,7 +1280,7 @@ </child> <child> <object class="GtkCheckButton" id="natural_scroll_toggle"> - <property name="label" translatable="yes">Enable n_atural scrolling</property> + <property name="label" translatable="yes">Enable _natural scrolling</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> |