Fix word "Feedback" not being translated in error message
authorWuzzy <Wuzzy2@mail.ru>
Mon, 22 Jul 2019 10:04:19 +0200
changeset 15258 1ce9b717bb41
parent 15257 752b44ffa707
child 15259 38ad9c571523
Fix word "Feedback" not being translated in error message This does not violate the string freeze, the string is already present in PageMain.
QTfrontend/net/tcpBase.cpp
--- 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")));
 
     }
 }