diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-07-07 00:54:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-07 00:54:38 +0200 |
commit | 3e280462eb01f0f7be5284a57f13d63992a9b03a (patch) | |
tree | b02155eeeecbf2f9e2d6f48a6009fc749d8aeb17 | |
parent | f455dec3c1d291ff2c3a7d70804fef8de94b88b0 (diff) | |
download | tdebase-3e280462eb01f0f7be5284a57f13d63992a9b03a.tar.gz tdebase-3e280462eb01f0f7be5284a57f13d63992a9b03a.zip |
Fix typos in texts.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9811d154a5249088d14cd4e52b7b1c8c82ccb518)
-rw-r--r-- | kcontrol/kicker/advancedOptions.ui | 2 | ||||
-rw-r--r-- | kcontrol/kicker/hidingtab.ui | 2 | ||||
-rw-r--r-- | kcontrol/taskbar/kcmtaskbarui.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/kicker/advancedOptions.ui b/kcontrol/kicker/advancedOptions.ui index 23f004925..b1e0aaf37 100644 --- a/kcontrol/kicker/advancedOptions.ui +++ b/kcontrol/kicker/advancedOptions.ui @@ -304,7 +304,7 @@ <string>Blur the background when transparency is enabled</string> </property> <property name="whatsThis" stdset="0"> - <string>When checked, the displayed semi-transparent background image will be blurred to reduce eyestrain</string> + <string>When checked, the displayed semi-transparent background image will be blurred to reduce eyestrain.</string> </property> </widget> </grid> diff --git a/kcontrol/kicker/hidingtab.ui b/kcontrol/kicker/hidingtab.ui index 11ec229b4..542d66bd2 100644 --- a/kcontrol/kicker/hidingtab.ui +++ b/kcontrol/kicker/hidingtab.ui @@ -319,7 +319,7 @@ <string>&Hide panel when configured screen is not available</string> </property> <property name="whatsThis" stdset="0"> - <string>When this option is selected, this panel will be hidden if its Xinerama screen is not available. This panel will be automatically restored when the configured Xinerama screen is reenabked.</string> + <string>When this option is selected, this panel will be hidden if its Xinerama screen is not available. This panel will be automatically restored when the configured Xinerama screen is reenabled.</string> </property> </widget> <widget class="TQCheckBox" row="5" column="0" rowspan="1" colspan="2"> diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui index 2bf167183..f5c36e2b2 100644 --- a/kcontrol/taskbar/kcmtaskbarui.ui +++ b/kcontrol/taskbar/kcmtaskbarui.ui @@ -78,7 +78,7 @@ <cstring>globalConfigEdit</cstring> </property> <property name="text"> - <string>Edt global floating taskbar configuration</string> + <string>Edit global floating taskbar configuration</string> </property> </widget> </grid> |