added missing retranslateUi calls

This commit is contained in:
Max-Wilhelm Bruker 2012-06-25 03:03:38 +02:00
parent 8cc5ee28a3
commit 7cc775cb58
2 changed files with 2 additions and 0 deletions

View file

@ -108,6 +108,7 @@ void TabRoom::retranslateUi()
{
gameSelector->retranslateUi();
chatView->retranslateUi();
userList->retranslateUi();
sayLabel->setText(tr("&Say:"));
chatGroupBox->setTitle(tr("Chat"));
roomMenu->setTitle(tr("&Room"));