Add label to swap button

This commit is contained in:
tooomm 2025-01-19 14:16:40 +01:00 committed by GitHub
parent e752578d15
commit db0be387a6
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"));