X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fpasswordchangedlg.cpp;h=14048feb2cc72aab73e267e0d594d7614eb8bb92;hp=7009adf63630e63eeb0a96d27b2102950dd37ec9;hb=a5944c840aaf022ba970de5babc965ca70a6227f;hpb=d0e9b7a1d5e73041ade519189eea012500440ba9 diff --git a/src/qtui/passwordchangedlg.cpp b/src/qtui/passwordchangedlg.cpp index 7009adf6..14048feb 100644 --- a/src/qtui/passwordchangedlg.cpp +++ b/src/qtui/passwordchangedlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();