Skip to content

Commit

Permalink
MP/Lobby: further tweaked filter labels, added tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 23, 2020
1 parent 8afe3f5 commit dd05156
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/gui/window/lobby_main.cfg
Expand Up @@ -335,6 +335,7 @@
definition = "default"
id = "filter_vacant_slots"
label = _ "Vacant slots"
tooltip = _ "Only show games with vacant slots"
[/toggle_button]
[/column]

Expand All @@ -346,7 +347,8 @@
[toggle_button]
definition = "default"
id = "filter_with_friends"
label = _ "Includes friends"
label = _ "Friends"
tooltip = _ "Only show games with friends"
[/toggle_button]
[/column]

Expand All @@ -358,7 +360,8 @@
[toggle_button]
definition = "default"
id = "filter_with_ignored"
label = _ "Include blocked players"
label = _ "Blocked players"
tooltip = _ "Show games that include players you have blocked"
[/toggle_button]
[/column]

Expand Down

0 comments on commit dd05156

Please sign in to comment.