Corrected typographical errors

svn path=/trunk/kdenetwork/kmail/; revision=168472
wilder-work
Malcolm Hunter 24 years ago
parent 3d753fde42
commit bfbae597f8
  1. 4
      kmfilterdlg.cpp

@ -481,12 +481,12 @@ void KMFilterListBox::slotApplyFilterChanges()
// report on invalid filters:
if ( !emptyFilters.empty() ) {
#if KDE_VERSION < 306
QString msg = i18n("Some filters have not been saved since they were "
QString msg = i18n("Some filters have not been saved because they were "
"invalid (e.g. containing no actions or no search "
"rules).");
KMessageBox::information( 0, msg, QString::null, "ShowInvalidFilterWarning" );
#else
QString msg = i18n("The following filters have not been saved since they "
QString msg = i18n("The following filters have not been saved because they "
"were invalid (e.g. containing no actions or no search "
"rules).");
KMessageBox::informationList( 0, msg, emptyFilters, QString::null,

Loading…
Cancel
Save