mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
Rename button to match tooltip
This commit is contained in:
parent
025d205cbb
commit
b83df286f5
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ void CardMenu::retranslateUi()
|
||||||
aRevealToAll->setText(tr("&All players"));
|
aRevealToAll->setText(tr("&All players"));
|
||||||
//: Turn sideways or back again
|
//: Turn sideways or back again
|
||||||
aTap->setText(tr("&Tap / Untap"));
|
aTap->setText(tr("&Tap / Untap"));
|
||||||
aDoesntUntap->setText(tr("Toggle &normal untapping"));
|
aDoesntUntap->setText(tr("Skip &untapping"));
|
||||||
//: Turn face up/face down
|
//: Turn face up/face down
|
||||||
aFlip->setText(tr("T&urn Over")); // Only the user facing names in client got renamed to "turn over"
|
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
|
// All code and proto bits are still unchanged (flip) for compatibility reasons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue