Someone didn't understand why they couldn't rejoin a game. Maybe this will help
authornemo
Sat, 22 Jun 2019 10:32:15 -0400
changeset 15192 a5fb73335a87
parent 15191 0e8bb82af355
child 15193 eaf65efbcd63
Someone didn't understand why they couldn't rejoin a game. Maybe this will help
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Fri Jun 21 22:36:50 2019 -0400
+++ b/QTfrontend/hwform.cpp	Sat Jun 22 10:32:15 2019 -0400
@@ -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 prevent someone else from using it,\nplease register it at www.hedgewars.org"));
+    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"));
 
     if (!config->passwordHash().isEmpty())
     {