mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 08:24:39 -07:00
Progress.
This commit is contained in:
parent
be2883ff01
commit
76c4556289
15 changed files with 81 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ enum CardMenuActionType
|
|||
cmTap,
|
||||
cmUntap,
|
||||
cmDoesntUntap,
|
||||
cmDoesntUntapOnce,
|
||||
cmFlip,
|
||||
cmPeek,
|
||||
cmClone,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue