diff --git a/cockatrice/src/tab_room.cpp b/cockatrice/src/tab_room.cpp index ac7224f1..04ceb338 100644 --- a/cockatrice/src/tab_room.cpp +++ b/cockatrice/src/tab_room.cpp @@ -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")); diff --git a/cockatrice/src/userlist.cpp b/cockatrice/src/userlist.cpp index 5e3a4611..205418f0 100644 --- a/cockatrice/src/userlist.cpp +++ b/cockatrice/src/userlist.cpp @@ -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;