# HG changeset patch # User nemo # Date 1561213935 14400 # Node ID a5fb73335a87f7009353f494e0515fb45d7f32ec # Parent 0e8bb82af355730fdcb337097127718c4ace5182 Someone didn't understand why they couldn't rejoin a game. Maybe this will help diff -r 0e8bb82af355 -r a5fb73335a87 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()) {