translation update for 0.9.4

This commit is contained in:
doitux
2012-04-07 12:32:50 +00:00
parent 861489a973
commit 2a11e62b21
47 changed files with 15544 additions and 14589 deletions
@@ -2049,7 +2049,7 @@ void gameLobbyDialogImpl::reportBadGameName()
tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No);
if(ret == QMessageBox::Yes) {
// mySession->reportBadGameName(gameId); TODO
mySession->reportBadGameName(gameId);
}
}
}