mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Add tooltip to GDE button.
This commit is contained in:
parent
1d689bfc93
commit
d72d75ff55
1 changed files with 1 additions and 0 deletions
|
|
@ -563,6 +563,7 @@ void DeckEditorDeckDockWidget::retranslateUi()
|
||||||
setWindowTitle(tr("Deck"));
|
setWindowTitle(tr("Deck"));
|
||||||
|
|
||||||
nameLabel->setText(tr("Deck &name:"));
|
nameLabel->setText(tr("Deck &name:"));
|
||||||
|
quickSettingsWidget->setToolTip(tr("Banner Card/Tags Visibility Settings"));
|
||||||
showBannerCardCheckBox->setText(tr("Show banner card selection menu"));
|
showBannerCardCheckBox->setText(tr("Show banner card selection menu"));
|
||||||
showTagsWidgetCheckBox->setText(tr("Show tags selection menu"));
|
showTagsWidgetCheckBox->setText(tr("Show tags selection menu"));
|
||||||
commentsLabel->setText(tr("&Comments:"));
|
commentsLabel->setText(tr("&Comments:"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue