mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Retranslate window title for Deck Tag Manager Dialog.
This commit is contained in:
parent
856cfb7d87
commit
e45da02f09
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
|||
DeckPreviewTagDialog::DeckPreviewTagDialog(const QStringList &knownTags, const QStringList &activeTags, QWidget *parent)
|
||||
: QDialog(parent), activeTags_(activeTags)
|
||||
{
|
||||
setWindowTitle("Deck Tags Manager");
|
||||
resize(400, 500);
|
||||
|
||||
QStringList defaultTags = {
|
||||
|
|
@ -154,6 +153,7 @@ DeckPreviewTagDialog::DeckPreviewTagDialog(const QStringList &knownTags, const Q
|
|||
|
||||
void DeckPreviewTagDialog::retranslateUi()
|
||||
{
|
||||
setWindowTitle(tr("Deck Tags Manager"));
|
||||
instructionLabel->setText(tr("Manage your deck tags. Check or uncheck tags as needed, or add new ones:"));
|
||||
newTagInput_->setPlaceholderText(tr("Add a new tag (e.g., Aggro️)"));
|
||||
addTagButton_->setText(tr("Add Tag"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue