From 9bc94f75878539fb27e4de77fdb4c9be689e954e Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 4 May 2026 07:34:23 +0900 Subject: [PATCH] fix: typo in string --- dzgui/strings/connect_panel.py | 2 +- dzgui/util/strings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui/strings/connect_panel.py b/dzgui/strings/connect_panel.py index abfcfc8..d2db974 100644 --- a/dzgui/strings/connect_panel.py +++ b/dzgui/strings/connect_panel.py @@ -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" diff --git a/dzgui/util/strings.py b/dzgui/util/strings.py index 4d3d8f6..82853eb 100644 --- a/dzgui/util/strings.py +++ b/dzgui/util/strings.py @@ -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"