chore: reword filter tooltips

This commit is contained in:
aclist 2026-08-16 13:38:52 +09:00
parent 9b24928f74
commit ce1cad6dcf

View File

@ -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 = ""