From b9cb29f7d74b1d6cfa94fa1de9626808bbe87f2b Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 26 Jul 2018 13:13:43 +0300 Subject: [PATCH] Added one more \n to the Timeout Error message. --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5f0663b..666de22 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\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.")); + QMessageBox::critical(this, tr("Error"), tr("Timeout Error\n\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(); }