CVS commit by mhunter: CVS_SILENT Typographical corrections and changes M +1 -1 kfilereplacepart.cpp 1.21 --- kdewebdev/kfilereplace/kfilereplacepart.cpp #1.20:1.21 @@ -334,5 +334,5 @@ int KFileReplacePart::checkBeforeOperati if (m_settings.cWildcardsWords == m_settings.cWildcardsLetters) { - KMessageBox::error(w, i18n("You can't use the same character for expression wildcard and for character wildcard.")); + KMessageBox::error(w, i18n("You cannot use the same character for expression wildcard and for character wildcard.")); return -1; }