Fix typo in kasbar.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 13c6ecc3fe)
pull/182/head
Chris 5 years ago committed by Michele Calgaro
parent c6072a4f6f
commit 221d5a2995
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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) ) );

Loading…
Cancel
Save