Progress.

This commit is contained in:
Skagra42 2026-08-12 01:53:59 -06:00
parent be2883ff01
commit 76c4556289
15 changed files with 81 additions and 3 deletions

View file

@ -13,6 +13,7 @@ enum CardMenuActionType
cmTap,
cmUntap,
cmDoesntUntap,
cmDoesntUntapOnce,
cmFlip,
cmPeek,
cmClone,

View file

@ -493,7 +493,7 @@ void CardMenu::retranslateUi()
//: Turn sideways or back again
aTap->setText(tr("&Tap / Untap"));
aDoesntUntap->setText(tr("Skip &untapping"));
aDoesntUntapOnce->setText(tr("Skip &untapping once"));
aDoesntUntapOnce->setText(tr("Skip &Untapping (One Turn)"));
//: Turn face up/face down
aFlip->setText(tr("T&urn Over")); // Only the user facing names in client got renamed to "turn over"
// All code and proto bits are still unchanged (flip) for compatibility reasons