diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 47dccd51..ed1846a6 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -331,7 +331,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32 break; } default: - QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1").arg(static_cast(r))); + QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1".).arg(static_cast(r)) + tr("\nThis usually means that your client version is out of date, and the server sent a reply your client doesn't understand.")); break; } actConnect();