mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
Added one more \n to the Timeout Error message.
This commit is contained in:
parent
57f9ea67b9
commit
b9cb29f7d7
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user