mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
fixed user list bug in threaded client, fixed buddy list crash in server
This commit is contained in:
parent
fd5be3d525
commit
d251078feb
5 changed files with 13 additions and 11 deletions
|
|
@ -614,7 +614,7 @@ void Player::retranslateUi()
|
|||
aPeek->setText(tr("&Peek at card face"));
|
||||
aClone->setText(tr("&Clone"));
|
||||
aClone->setShortcut(tr("Ctrl+H"));
|
||||
aAttach->setText(tr("&Attach to card..."));
|
||||
aAttach->setText(tr("Attac&h to card..."));
|
||||
aAttach->setShortcut(tr("Ctrl+A"));
|
||||
aUnattach->setText(tr("Unattac&h"));
|
||||
aDrawArrow->setText(tr("&Draw arrow..."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue