mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: typo in string
This commit is contained in:
parent
2e5630034a
commit
9bc94f7587
@ -18,7 +18,7 @@ lan_default_button="Default port (27016)"
|
||||
lan_custom_button="Custom port"
|
||||
lan_scan_button="Scan"
|
||||
lan_abort_tooltip = "Unless you have multiple DayZ servers on your LAN,\nleave this checked to get results faster"
|
||||
lan_checkbox = "Stop scanning on first_hit"
|
||||
lan_checkbox = "Stop scanning on first hit"
|
||||
lan_placeholder="Enter the query port (1-65535)"
|
||||
lan_entry_tooltip="Specify the port to search for DayZ servers on the local network"
|
||||
lan_scan_tooltip="Scan for servers"
|
||||
|
||||
@ -617,5 +617,5 @@ question_to_return = "Press ? to return"
|
||||
alert_button_tooltip = "Click to open debug log"
|
||||
|
||||
address_already_saved = "This address is already in your Saved Servers"
|
||||
stop_scanning = "Stop scanning on first_hit"
|
||||
stop_scanning = "Stop scanning on first hit"
|
||||
abort_tooltip = "Unless you have multiple DayZ servers on your LAN,\nleave this checked to get results faster"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user