mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
Add tooltips to visual deck editor buttons.
This commit is contained in:
parent
d72d75ff55
commit
143931b391
1 changed files with 4 additions and 0 deletions
|
|
@ -190,7 +190,11 @@ void VisualDeckEditorWidget::retranslateUi()
|
||||||
{
|
{
|
||||||
sortLabel->setText(tr("Click and drag to change the sort order within the groups"));
|
sortLabel->setText(tr("Click and drag to change the sort order within the groups"));
|
||||||
searchPushButton->setText(tr("Quick search and add card"));
|
searchPushButton->setText(tr("Quick search and add card"));
|
||||||
|
searchPushButton->setToolTip(tr("Search for closest match in the database (with auto-suggestions) and add "
|
||||||
|
"preferred printing to the deck on pressing enter"));
|
||||||
|
sortCriteriaButton->setToolTip(tr("Configure how cards are sorted within their groups"));
|
||||||
displayTypeButton->setText(tr("Flat Layout"));
|
displayTypeButton->setText(tr("Flat Layout"));
|
||||||
|
displayTypeButton->setToolTip(tr("Change how cards are displayed within zones (i.e. overlapped or fully visible.)"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void VisualDeckEditorWidget::updateZoneWidgets()
|
void VisualDeckEditorWidget::updateZoneWidgets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue