Added a more detailed description for the error Timeout Error.

This commit is contained in:
Denis Davydov 2018-07-26 13:10:31 +03:00
parent 128e648ab9
commit 57f9ea67b9

View File

@ -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();
}