aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ComUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/server/ComUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ComUtils.cpp b/src/server/ComUtils.cpp
index ff592401..64810fb9 100644
--- a/src/server/ComUtils.cpp
+++ b/src/server/ComUtils.cpp
@@ -32,7 +32,7 @@
bool ComUtils::checkServerReply(const QByteArray &reply) {
if(reply.isEmpty()) {
- QMessageBox::critical(this, tr("Error"), tr("Nothing Reply"));
+ QMessageBox::critical(this, tr("Error"), tr("Nothing Reply. Please check the Internet connection."));
return false;
}