mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[Client] Explain the buddy and ignore lists in the user tab (#2072)
This commit is contained in:
parent
0f003eabf9
commit
bf343778b2
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ void TabAccount::retranslateUi()
|
|||
buddyList->retranslateUi();
|
||||
ignoreList->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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue