mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-21 16:24:53 -05:00
[TabRoom] Swapped wording in server filtering to match quick filters. (#7090)
This commit is contained in:
@@ -30,7 +30,7 @@ DlgFilterGames::DlgFilterGames(const QMap<int, QString> &_allGameTypes,
|
||||
hideFullGames = new QCheckBox(tr("Hide full games"));
|
||||
hideFullGames->setChecked(filters.hideFullGames);
|
||||
|
||||
hideGamesThatStarted = new QCheckBox(tr("Hide games that have started"));
|
||||
hideGamesThatStarted = new QCheckBox(tr("Hide started games"));
|
||||
hideGamesThatStarted->setChecked(filters.hideGamesThatStarted);
|
||||
|
||||
hidePasswordProtectedGames = new QCheckBox(tr("Hide password protected games"));
|
||||
|
||||
Reference in New Issue
Block a user