From 751315a413b8e29f555a0decc8c6cedd917eab05 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Wed, 15 Apr 2015 19:03:59 +0200 Subject: [PATCH] updated second string --- cockatrice/src/window_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index f0ac4914..ace448c6 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -261,7 +261,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32 break; } case Response::RespUsernameInvalid: - QMessageBox::critical(this, tr("Error"), tr("Invalid username.\nAvailable chars: [a-z][A-Z][0-9][-_]")); + QMessageBox::critical(this, tr("Error"), tr("Invalid username.\nYou may only use A-Z, a-z, 0-9, _, and - in your username.")); break; case Response::RespRegistrationRequired: QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));