KDE proofreaders, remove exclamation marks and abbreviations

svn path=/trunk/kdeutils/kdepasswd/; revision=284795
This commit is contained in:
Jonathan Riddell 2004-02-03 15:58:06 +00:00
parent b7f28714cc
commit 476b4d0f35

View file

@ -53,7 +53,7 @@ bool KDEpasswd1Dialog::checkPassword(const char *password)
return false;
case PasswdProcess::PasswordIncorrect:
KMessageBox::sorry(this, i18n("Incorrect password! Please try again."));
KMessageBox::sorry(this, i18n("Incorrect password. Please try again."));
return false;
default:
@ -146,7 +146,7 @@ bool KDEpasswd2Dialog::checkPassword(const char *password)
if (!msg.isEmpty())
msg = "<p>\"<i>" + msg + "</i>\"";
msg = "<qt>" + i18n("Your password has not been changed.") + msg;
// The pw change did not succeed. Print the error.
KMessageBox::sorry(this, msg);
return false;