mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fix a crash case for aIncrementAllCardCounters access (#6063)
This commit is contained in:
parent
06738cae93
commit
fe7853a389
1 changed files with 1 additions and 1 deletions
|
|
@ -851,6 +851,7 @@ void Player::retranslateUi()
|
|||
aViewZone->setText(tr("View custom zone '%1'").arg(aViewZone->data().toString()));
|
||||
}
|
||||
|
||||
aIncrementAllCardCounters->setText(tr("Increment all card counters"));
|
||||
aUntapAll->setText(tr("&Untap all permanents"));
|
||||
aRollDie->setText(tr("R&oll die..."));
|
||||
aCreateToken->setText(tr("&Create token..."));
|
||||
|
|
@ -918,7 +919,6 @@ void Player::retranslateUi()
|
|||
aSetCounter[i]->setText(tr("&Set counters (%1)...").arg(cardCounterSettings.displayName(i)));
|
||||
}
|
||||
|
||||
aIncrementAllCardCounters->setText(tr("Increment all card counters"));
|
||||
aMoveToTopLibrary->setText(tr("&Top of library in random order"));
|
||||
aMoveToXfromTopOfLibrary->setText(tr("X cards from the top of library..."));
|
||||
aMoveToBottomLibrary->setText(tr("&Bottom of library in random order"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue