From dff9b884a849e4d66966b779dee37d7d5f8de24d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:20:29 +0900 Subject: [PATCH] chore: reword tooltip --- dzgui/util/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/util/strings.py b/dzgui/util/strings.py index 9f0ef25..aa081b5 100644 --- a/dzgui/util/strings.py +++ b/dzgui/util/strings.py @@ -549,7 +549,7 @@ connect_panel = ConnectPanel( "- IP: format as IP:Query port\ne.g. 192.168.1.1:27016\n" "- Battlemetrics: numeric server ID\ne.g. 123456" ), - add_tooltip="Add to my servers", + add_tooltip="Add to Saved Servers", connect_tooltip="Connect to this server", )