mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -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"));
|
aAddCard->setText(tr("Add card to &maindeck"));
|
||||||
aAddCardToSideboard->setText(tr("Add card to &sideboard"));
|
aAddCardToSideboard->setText(tr("Add card to &sideboard"));
|
||||||
|
|
||||||
aRemoveCard->setText(tr("&Remove row"));
|
|
||||||
|
|
||||||
aIncrement->setText(tr("&Increment number"));
|
aIncrement->setText(tr("&Increment number"));
|
||||||
|
|
||||||
aDecrement->setText(tr("&Decrement number"));
|
aDecrement->setText(tr("&Decrement number"));
|
||||||
|
aRemoveCard->setText(tr("&Remove row"));
|
||||||
|
aSwapCard->setText(tr("Swap card to/from sideboard"));
|
||||||
|
|
||||||
deckMenu->setTitle(tr("&Deck Editor"));
|
deckMenu->setTitle(tr("&Deck Editor"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue