Fix typo in kasbar.

Signed-off-by: Chris <xchrisx@uber.space>
pull/44/head
Chris 5 years ago
parent be2db9df99
commit 13c6ecc3fe

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