diff --git a/dzgui/managers/filter.py b/dzgui/managers/filter.py index 923dd79..febb861 100644 --- a/dzgui/managers/filter.py +++ b/dzgui/managers/filter.py @@ -33,16 +33,16 @@ class FilterManager: self.tooltips = { strings.filter_1pp: "First-person perspective", strings.filter_day: "In-game time between 0700 and 1659", - strings.filter_empty: "Servers contain no players", + strings.filter_empty: "Servers with no players", strings.filter_3pp: "Third-person perspective", strings.filter_night: "In-game time between 1700 and 0659", - strings.filter_full: "Servers have no open slots", + strings.filter_full: "Servers with no open slots", strings.filter_official: "Bohemia official servers", strings.filter_nonascii: "Server names using non-standard, complex glyphs", - strings.filter_lowpop: "Current population is under 30%", + strings.filter_lowpop: "Current population is under 30% of total", strings.filter_unofficial: "Third-party servers", - strings.filter_duplicate: "Duplicate of existing servers (usually spoofed)", - strings.filter_modded: "Server has one or more mods", + strings.filter_duplicate: "Duplicates of existing servers (usually spoofed)", + strings.filter_modded: "Servers with one or more mods", } self.active_keyword = ""