mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
added missing retranslateUi calls
This commit is contained in:
parent
8cc5ee28a3
commit
7cc775cb58
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue