aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ComUtils.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-15 15:00:19 +0000
committerSaturneric <[email protected]>2021-08-15 15:00:19 +0000
commit805f8b2f36007317a750cf6aecb633ad6ad2d4e4 (patch)
tree830b8c558dcb162c49d8609685e5c152a15afcfc /src/server/ComUtils.cpp
parentBeautify UI; Improve Functions; (diff)
downloadGpgFrontend-805f8b2f36007317a750cf6aecb633ad6ad2d4e4.tar.gz
GpgFrontend-805f8b2f36007317a750cf6aecb633ad6ad2d4e4.zip
Bugs Fixed; Improve Functions;
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;
}