From 221d5a299554bafd2e2f42db48468002ebd0656f Mon Sep 17 00:00:00 2001
From: Chris <xchrisx@uber.space>
Date: Sun, 14 Jul 2019 19:05:26 +0200
Subject: Fix typo in kasbar.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 13c6ecc3fe99ea37b55adb8bb13d8d0811c80deb)
---
 kicker/extensions/kasbar/kasprefsdlg.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'kicker')

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) ) );
 
-- 
cgit v1.2.1