summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 19:05:26 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-15 14:06:56 +0900
commit221d5a299554bafd2e2f42db48468002ebd0656f (patch)
treeb7d94428b1aed60647868259e1922289e7f576f4
parentc6072a4f6f8d04da31aa2db1bbfcd59a1a41a485 (diff)
downloadtdebase-221d5a299554bafd2e2f42db48468002ebd0656f.tar.gz
tdebase-221d5a299554bafd2e2f42db48468002ebd0656f.zip
Fix typo in kasbar.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 13c6ecc3fe99ea37b55adb8bb13d8d0811c80deb)
-rw-r--r--kicker/extensions/kasbar/kasprefsdlg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/kicker/extensions/kasbar/kasprefsdlg.cpp b/kicker/extensions/kasbar/kasprefsdlg.cpp
index 978b6ae44..28c6fca72 100644
--- a/kicker/extensions/kasbar/kasprefsdlg.cpp
+++ b/kicker/extensions/kasbar/kasprefsdlg.cpp
@@ -418,8 +418,7 @@ void KasPrefsDialog::addAdvancedPage()
progressCheck = new TQCheckBox( i18n("Enable &progress indicator"), advancedPage );
TQWhatsThis::add( progressCheck,
- i18n( "Enables the display of a progress bar in the label of windows show "
- "are progress indicators." ) );
+ i18n( "Enables the display of a progress indicator in the label of windows." ) );
progressCheck->setChecked( kasbar->showProgress() );
connect( progressCheck, TQT_SIGNAL( toggled(bool) ), kasbar, TQT_SLOT( setShowProgress(bool) ) );