typo fix reported on kde-i18n-doc

wilder-work
Burkhard Lück 13 years ago
parent dcd7a0dc8f
commit 6b932714bf
  1. 4
      configuredialog.cpp

@ -2449,8 +2449,8 @@ ComposerPageGeneralTab::ComposerPageGeneralTab( QWidget * parent )
label = new QLabel( i18n("<b>%f</b> will be replaced with the "
"filename to edit.<br />"
"<b>%w</b> will be replace with window id.<br />"
"<b>%l</b> will be replace with line number."), group );
"<b>%w</b> will be replaced with the window id.<br />"
"<b>%l</b> will be replaced with the line number."), group );
label->setEnabled( false ); // see above
connect( mExternalEditorCheck, SIGNAL(toggled(bool)),
label, SLOT(setEnabled(bool)) );

Loading…
Cancel
Save