Add label to swap button (#5501)

This commit is contained in:
tooomm 2025-01-19 18:26:25 +01:00 committed by GitHub
parent aa24502129
commit 0467fae51b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"));