QTfrontend/net/tcpBase.cpp
changeset 15258 1ce9b717bb41
parent 14599 b86e6e4f3c58
--- a/QTfrontend/net/tcpBase.cpp	Sun Jul 21 11:22:06 2019 +0200
+++ b/QTfrontend/net/tcpBase.cpp	Mon Jul 22 10:04:19 2019 +0200
@@ -259,7 +259,7 @@
             "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"));
+            .arg(QCoreApplication::translate("PageMain", "Feedback")));
 
     }
 }