diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-06-08 14:47:48 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-06-09 22:55:46 +0300 |
commit | 10732c77436258fedaa9fb5bd676bf437dae946a (patch) | |
tree | 2b5794279e2a2fff344658121d2ca4ec8732f468 | |
parent | fb0f60cc2e2ad4bde5150582395b2c61ff40d5fe (diff) | |
download | tdebase-10732c77436258fedaa9fb5bd676bf437dae946a.tar.gz tdebase-10732c77436258fedaa9fb5bd676bf437dae946a.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>
(cherry picked from commit 55c98d884901d4c50f60b769519b019e4f160052)
-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"> |