mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
KDE proofreaders, remove exclamation marks and abbreviations
svn path=/trunk/kdeutils/kdepasswd/; revision=284795
This commit is contained in:
parent
b7f28714cc
commit
476b4d0f35
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue