diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-06-08 14:47:48 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-06-08 14:47:48 +0300 |
commit | 55c98d884901d4c50f60b769519b019e4f160052 (patch) | |
tree | cab08ea3dbdf7cca6469141d0644e1b9cdf1c568 /kcontrol | |
parent | e6a4b278ed17b0915163a0ad31a1ccabd26b82ee (diff) | |
download | tdebase-55c98d884901d4c50f60b769519b019e4f160052.tar.gz tdebase-55c98d884901d4c50f60b769519b019e4f160052.zip |
Mouse TDECM: Improve wording for whatsThis options
Affected options are "Reverse scroll direction" and "Swap history navigation buttons"
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/input/kmousedlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/input/kmousedlg.ui b/kcontrol/input/kmousedlg.ui index 89cc2a652..0bcc7f846 100644 --- a/kcontrol/input/kmousedlg.ui +++ b/kcontrol/input/kmousedlg.ui @@ -135,7 +135,7 @@ <string>Re&verse scroll direction</string> </property> <property name="whatsThis" stdset="0"> - <string>Change the direction of scrolling for the mouse wheel or the 4th and 5th mouse buttons.</string> + <string>Change the direction of scrolling for the mouse wheel, if present.</string> </property> </widget> <widget class="TQCheckBox"> @@ -146,7 +146,7 @@ <string>Swap &history navigation buttons</string> </property> <property name="whatsThis" stdset="0"> - <string>Swap the two history navigation buttons on the mouse (8th and 9th mouse button).</string> + <string>Swap the two history navigation buttons on the mouse, if present.</string> </property> </widget> <widget class="TQGroupBox"> |