mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 10:23:02 -07:00
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
745e94f332
commit
6cdeb0c428
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ void TabAccount::retranslateUi()
|
||||||
buddyList->retranslateUi();
|
buddyList->retranslateUi();
|
||||||
ignoreList->retranslateUi();
|
ignoreList->retranslateUi();
|
||||||
userInfoBox->retranslateUi();
|
userInfoBox->retranslateUi();
|
||||||
|
|
||||||
|
buddyList->setToolTip(tr("Buddies are marked with a star in chat, a sound plays when they join or leave the "
|
||||||
|
"server, and they can be invited to buddy-only games."));
|
||||||
|
ignoreList->setToolTip(tr("Ignored users' chat messages are hidden from you, and they cannot send you private "
|
||||||
|
"messages or join your games."));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabAccount::processListUsersResponse(const Response &response)
|
void TabAccount::processListUsersResponse(const Response &response)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue