From c489ffab5947993066de8681ddb72322f3f85ced Mon Sep 17 00:00:00 2001 From: Iris Morelle Date: Sun, 5 Jul 2020 23:49:10 -0400 Subject: [PATCH] gui2/unit_create: Remove "Debug!" part of the dialog caption Yes, we already know it's a debug mode functionality. It says so on the context menu and we needed to use :debug to get here. No need to make the dialog caption pointlessly long. --- data/gui/window/unit_create.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gui/window/unit_create.cfg b/data/gui/window/unit_create.cfg index a2446400791d..43ceb9a1c70b 100644 --- a/data/gui/window/unit_create.cfg +++ b/data/gui/window/unit_create.cfg @@ -52,7 +52,7 @@ [label] definition = "title" - label = _ "Create Unit (Debug!)" + label = _ "Create Unit" [/label] [/column]