Fix word "Feedback" not being translated in error message
This does not violate the string freeze, the string is already present in PageMain.
--- 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")));
}
}