mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
rename selected card menu (#4132)
This commit is contained in:
parent
9330774632
commit
9cf7621102
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ void Player::retranslateUi()
|
|||
counterIterator.next().value()->retranslateUi();
|
||||
}
|
||||
|
||||
aCardMenu->setText(tr("C&ard"));
|
||||
aCardMenu->setText(tr("Selec&ted cards"));
|
||||
|
||||
for (auto &allPlayersAction : allPlayersActions) {
|
||||
allPlayersAction->setText(tr("&All players"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue