X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fpasswordchangedlg.cpp;h=dfa9c06e2df297481d985cfe6a08b8b5961cdffe;hp=7009adf63630e63eeb0a96d27b2102950dd37ec9;hb=e71216ed2c31ea6fde6986b26faecd87a3723aa6;hpb=9539f27ee10f040b82c01121a7d545a9c16caabd 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();