diff options
author | Saturneric <[email protected]> | 2021-08-15 15:00:19 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-15 15:00:19 +0000 |
commit | 805f8b2f36007317a750cf6aecb633ad6ad2d4e4 (patch) | |
tree | 830b8c558dcb162c49d8609685e5c152a15afcfc /src/server/ComUtils.cpp | |
parent | Beautify UI; Improve Functions; (diff) | |
download | GpgFrontend-805f8b2f36007317a750cf6aecb633ad6ad2d4e4.tar.gz GpgFrontend-805f8b2f36007317a750cf6aecb633ad6ad2d4e4.zip |
Bugs Fixed; Improve Functions;
Diffstat (limited to '')
-rw-r--r-- | src/server/ComUtils.cpp | 2 |
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; } |