Add tooltip to GDE button.

This commit is contained in:
Lukas Brübach 2025-05-05 21:25:24 +02:00
parent 1d689bfc93
commit d72d75ff55

View file

@ -563,6 +563,7 @@ void DeckEditorDeckDockWidget::retranslateUi()
setWindowTitle(tr("Deck"));
nameLabel->setText(tr("Deck &name:"));
quickSettingsWidget->setToolTip(tr("Banner Card/Tags Visibility Settings"));
showBannerCardCheckBox->setText(tr("Show banner card selection menu"));
showTagsWidgetCheckBox->setText(tr("Show tags selection menu"));
commentsLabel->setText(tr("&Comments:"));