From 57f9ea67b973730588620643be6999f4d6e7fa76 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 26 Jul 2018 13:10:31 +0300 Subject: [PATCH] Added a more detailed description for the error Timeout Error. --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 42cfe4c..5f0663b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -47,7 +47,7 @@ void MainWindow::slotTimerAlarm() } else { - QMessageBox::critical(this, tr("Error"), tr("Timeout Error")); + QMessageBox::critical(this, tr("Error"), tr("Timeout Error\nPerhaps you have not started the cjdns daemon, you entered the wrong IP, the peer is off, or the peer did not start the messenger.")); timer->stop(); setButtonToConnect(); }