change error message if sdl has no connection

This commit is contained in:
DenioD
2020-05-28 21:05:54 +02:00
parent 4fa2c74256
commit e21a02a510

View File

@@ -563,7 +563,7 @@ void Controller::getInfoThenRefresh(bool force)
QMessageBox::critical(
main,
QObject::tr("Connection Error"),
QObject::tr("There was an error connecting to hushd. The error was") + ": \n\n"+ err,
QObject::tr("There was an error connecting to the server. Please check your internet connection. The error was") + ": \n\n"+ err,
QMessageBox::StandardButton::Ok
);
shown = false;