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();
|
counterIterator.next().value()->retranslateUi();
|
||||||
}
|
}
|
||||||
|
|
||||||
aCardMenu->setText(tr("C&ard"));
|
aCardMenu->setText(tr("Selec&ted cards"));
|
||||||
|
|
||||||
for (auto &allPlayersAction : allPlayersActions) {
|
for (auto &allPlayersAction : allPlayersActions) {
|
||||||
allPlayersAction->setText(tr("&All players"));
|
allPlayersAction->setText(tr("&All players"));
|
||||||
|
|
Loading…
Reference in a new issue