Make the UI actually emit the required signal
[quassel.git] / src / qtui / passwordchangedlg.cpp
index 7009adf..14048fe 100644 (file)
@@ -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("<b>Password change failed<b>"),
+                        tr("<b>Password change failed</b>"),
                         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();