diff -r e338ccbbe100 -r 22f541fbde32 QTfrontend/net/tcpBase.cpp --- a/QTfrontend/net/tcpBase.cpp Sun Jun 15 13:42:34 2014 +0200 +++ b/QTfrontend/net/tcpBase.cpp Mon Jun 16 00:24:26 2014 +0400 @@ -234,10 +234,11 @@ { // inform user that something bad happened MessageDialog::ShowFatalMessage( - tr("The game engine died unexpectedly!") - + QString("\n(exit code %1)").arg(exitCode) - + "\n\n " + tr("We are very sorry for the inconvenience :(") + "\n\n" + - tr("If this keeps happening, please click the '%1' button in the main menu!") + tr("The game engine died unexpectedly!\n" + "(exit code %1)\n\n" + "We are very sorry for the inconvenience :(\n\n" + "If this keeps happening, please click the '%2' button in the main menu!") + .arg(exitCode) .arg("Feedback")); }