X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fpasswordchangedlg.cpp;h=dfa9c06e2df297481d985cfe6a08b8b5961cdffe;hb=04ef61a441889963e5e730c0e7ee0b3b34f661cd;hp=7009adf63630e63eeb0a96d27b2102950dd37ec9;hpb=5e6f3661d30bc760f912dfe0627e5c62c6f2c144;p=quassel.git diff --git a/src/qtui/passwordchangedlg.cpp b/src/qtui/passwordchangedlg.cpp index 7009adf6..dfa9c06e 100644 --- a/src/qtui/passwordchangedlg.cpp +++ b/src/qtui/passwordchangedlg.cpp @@ -64,7 +64,7 @@ void PasswordChangeDlg::passwordChanged(bool success) { if (!success) { QMessageBox box(QMessageBox::Warning, tr("Password Not Changed"), - tr("Password change failed"), + tr("Password change failed"), QMessageBox::Ok, this); box.setInformativeText(tr("The core reported an error when trying to change your password. Make sure you entered your old password correctly!")); box.exec();