mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Add explanation tooltip.
Took 39 seconds
This commit is contained in:
parent
2bd70efd81
commit
9a3916a8e4
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ GameSelectorQuickFilterToolBar::GameSelectorQuickFilterToolBar(QWidget *parent,
|
||||||
void GameSelectorQuickFilterToolBar::retranslateUi()
|
void GameSelectorQuickFilterToolBar::retranslateUi()
|
||||||
{
|
{
|
||||||
searchBar->setPlaceholderText(tr("Filter by game name..."));
|
searchBar->setPlaceholderText(tr("Filter by game name..."));
|
||||||
|
filterToFormatComboBox->setToolTip(tr("Filter by game type/format"));
|
||||||
hideGamesNotCreatedByBuddiesLabel->setText(tr("Hide games not created by buddies"));
|
hideGamesNotCreatedByBuddiesLabel->setText(tr("Hide games not created by buddies"));
|
||||||
hideFullGamesLabel->setText(tr("Hide full games"));
|
hideFullGamesLabel->setText(tr("Hide full games"));
|
||||||
hideStartedGamesLabel->setText(tr("Hide started games"));
|
hideStartedGamesLabel->setText(tr("Hide started games"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue