diff --git a/src/controller.cpp b/src/controller.cpp index 83ee2e4..17f80bc 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -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;