mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: reword filter tooltips
This commit is contained in:
parent
9b24928f74
commit
ce1cad6dcf
@ -33,16 +33,16 @@ class FilterManager:
|
|||||||
self.tooltips = {
|
self.tooltips = {
|
||||||
strings.filter_1pp: "First-person perspective",
|
strings.filter_1pp: "First-person perspective",
|
||||||
strings.filter_day: "In-game time between 0700 and 1659",
|
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_3pp: "Third-person perspective",
|
||||||
strings.filter_night: "In-game time between 1700 and 0659",
|
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_official: "Bohemia official servers",
|
||||||
strings.filter_nonascii: "Server names using non-standard, complex glyphs",
|
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_unofficial: "Third-party servers",
|
||||||
strings.filter_duplicate: "Duplicate of existing servers (usually spoofed)",
|
strings.filter_duplicate: "Duplicates of existing servers (usually spoofed)",
|
||||||
strings.filter_modded: "Server has one or more mods",
|
strings.filter_modded: "Servers with one or more mods",
|
||||||
}
|
}
|
||||||
|
|
||||||
self.active_keyword = ""
|
self.active_keyword = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user