Commit 7cc775cb authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

added missing retranslateUi calls

parent 8cc5ee28
......@@ -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"));
......
......@@ -234,6 +234,7 @@ UserList::UserList(TabSupervisor *_tabSupervisor, AbstractClient *_client, UserL
void UserList::retranslateUi()
{
userContextMenu->retranslateUi();
switch (type) {
case AllUsersList: titleStr = tr("Users online: %1"); break;
case RoomList: titleStr = tr("Users in this room: %1"); break;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment