Fixed avatar message, as it was misleading.
This commit is contained in:
@@ -3196,7 +3196,7 @@ void mainWindowImpl::networkError(int errorID, int /*osErrorID*/) {
|
|||||||
break;
|
break;
|
||||||
case ERR_NET_INVALID_REQUEST_ID:
|
case ERR_NET_INVALID_REQUEST_ID:
|
||||||
{ QMessageBox::warning(this, tr("Network Error"),
|
{ QMessageBox::warning(this, tr("Network Error"),
|
||||||
tr("The server requested a non-existing avatar."),
|
tr("An internal avatar error occured. Please report this to an admin in the lobby chat."),
|
||||||
QMessageBox::Close); }
|
QMessageBox::Close); }
|
||||||
break;
|
break;
|
||||||
case ERR_NET_START_TIMEOUT:
|
case ERR_NET_START_TIMEOUT:
|
||||||
|
|||||||
Reference in New Issue
Block a user