Fixed avatar message, as it was misleading.

This commit is contained in:
lotodore
2007-11-22 20:43:03 +00:00
parent c0ba1a04e6
commit 37d905e1d3
+1 -1
View File
@@ -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: