Backed out changeset a5fb73335a87 - This violated the string freeze declared on June 20, 2019
authorWuzzy <Wuzzy2@mail.ru>
Sun, 23 Jun 2019 10:49:15 +0200
changeset 15193 eaf65efbcd63
parent 15192 a5fb73335a87
child 15194 a6cf13eebb14
Backed out changeset a5fb73335a87 - This violated the string freeze declared on June 20, 2019
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Jun 22 10:32:15 2019 -0400
+++ b/QTfrontend/hwform.cpp	Sun Jun 23 10:49:15 2019 +0200
@@ -1246,7 +1246,7 @@
     noRegMsg.setIcon(QMessageBox::Information);
     noRegMsg.setWindowTitle(QMessageBox::tr("Hedgewars - Nick not registered"));
     noRegMsg.setWindowModality(Qt::WindowModal);
-    noRegMsg.setText(tr("Your nickname is not registered.\nTo be able to rejoin games in progress and\nprevent someone else from using it,\nplease register it at www.hedgewars.org"));
+    noRegMsg.setText(tr("Your nickname is not registered.\nTo prevent someone else from using it,\nplease register it at www.hedgewars.org"));
 
     if (!config->passwordHash().isEmpty())
     {