diff -r 752b44ffa707 -r 1ce9b717bb41 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"))); } }