string fix

This commit is contained in:
doitux
2010-07-14 08:44:48 +00:00
parent 7625279035
commit f1a0e5bf79
+1 -1
View File
@@ -843,7 +843,7 @@ void startWindowImpl::networkNotification(int notificationId)
break;
case NTF_NET_JOIN_NOT_INVITED:
{ QMessageBox::warning(this, tr("Network Notification"),
tr("This game is invite-only. You cannot join this game without being invited."),
tr("This game is of type invite-only. You cannot join this game without being invited."),
QMessageBox::Close); }
break;
case NTF_NET_JOIN_GAME_NAME_IN_USE: