Added one more \n to the Timeout Error message.

This commit is contained in:
Denis Davydov 2018-07-26 13:13:43 +03:00
parent 57f9ea67b9
commit b9cb29f7d7

View File

@ -47,7 +47,7 @@ void MainWindow::slotTimerAlarm()
} }
else 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(); timer->stop();
setButtonToConnect(); setButtonToConnect();
} }