mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
translate zone display names
This commit is contained in:
parent
bdece4623c
commit
2f632d6524
1 changed files with 4 additions and 4 deletions
|
|
@ -424,12 +424,12 @@ void PlayerActions::actMoveTopCardToExile()
|
|||
|
||||
void PlayerActions::actMoveTopCardsToGrave()
|
||||
{
|
||||
moveTopCardsTo("grave", "grave");
|
||||
moveTopCardsTo("grave", tr("grave"));
|
||||
}
|
||||
|
||||
void PlayerActions::actMoveTopCardsToExile()
|
||||
{
|
||||
moveTopCardsTo("rfg", "exile");
|
||||
moveTopCardsTo("rfg", tr("exile"));
|
||||
}
|
||||
|
||||
void PlayerActions::moveTopCardsTo(const QString &targetZone, const QString &zoneDisplayName)
|
||||
|
|
@ -608,12 +608,12 @@ void PlayerActions::actMoveBottomCardToExile()
|
|||
|
||||
void PlayerActions::actMoveBottomCardsToGrave()
|
||||
{
|
||||
moveBottomCardsTo("grave", "grave");
|
||||
moveBottomCardsTo("grave", tr("grave"));
|
||||
}
|
||||
|
||||
void PlayerActions::actMoveBottomCardsToExile()
|
||||
{
|
||||
moveBottomCardsTo("rfg", "exile");
|
||||
moveBottomCardsTo("rfg", tr("exile"));
|
||||
}
|
||||
|
||||
void PlayerActions::moveBottomCardsTo(const QString &targetZone, const QString &zoneDisplayName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue