From d74060c5181ca5132d07d13806e409267865f856 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:22:55 +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 b27ce88..1fcab97 100644 --- a/dzgui/util/strings.py +++ b/dzgui/util/strings.py @@ -154,7 +154,7 @@ label_main_menu = "Main menu" ping_servers = "Ping servers" debug_mode = "Debug mode" keys_button = "Keys" -keys_tooltip = "Opens the keybindings dialog" +keys_tooltip = "Toggles the keybindings dialog" debug_tooltip = ( "Used to perform a dry run without\n" "actually connecting to a server"