mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 04:16:43 -07:00
Response Clarification
Renamed response name for clearer recognition.
This commit is contained in:
parent
87ebc66117
commit
ad7b1602af
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
|
||||||
case Response::RespUsernameInvalid:
|
case Response::RespUsernameInvalid:
|
||||||
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
|
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
|
||||||
break;
|
break;
|
||||||
case Response::RespRegRequired:
|
case Response::RespRegistrationRequired:
|
||||||
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
|
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue