mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Add label to swap button (#5501)
This commit is contained in:
parent
aa24502129
commit
0467fae51b
1 changed files with 2 additions and 3 deletions
|
|
@ -765,11 +765,10 @@ void TabDeckEditor::retranslateUi()
|
|||
aAddCard->setText(tr("Add card to &maindeck"));
|
||||
aAddCardToSideboard->setText(tr("Add card to &sideboard"));
|
||||
|
||||
aRemoveCard->setText(tr("&Remove row"));
|
||||
|
||||
aIncrement->setText(tr("&Increment number"));
|
||||
|
||||
aDecrement->setText(tr("&Decrement number"));
|
||||
aRemoveCard->setText(tr("&Remove row"));
|
||||
aSwapCard->setText(tr("Swap card to/from sideboard"));
|
||||
|
||||
deckMenu->setTitle(tr("&Deck Editor"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue