QTfrontend/net/tcpBase.cpp
changeset 10310 22f541fbde32
parent 10307 e13d3147f15b
child 10402 3313336c1ee0
child 11046 47a8c19ecb60
--- 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"));
 
     }