From 9609656964882fe95fe23452b53b7b2793132658 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 5 Oct 2024 00:31:00 +0200 Subject: [PATCH] IDE: Amend name for "hide on run" (run is too generic) --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 0fc4a95534..ba18ba76c5 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1305,7 +1305,7 @@ resourcestring // Window options dlgShowingWindows = 'Showing Windows'; dlgSingleTaskBarButton = 'Show single button in TaskBar'; - dlgHideIDEOnRun = 'Hide IDE windows on run'; + dlgHideIDEOnRun = 'Hide IDE windows on Run/Debug'; dlgHideIDEOnRunHint = 'Do not show the IDE at all while program is running.'; lisShowOnlyOneButtonInTheTaskbarForTheWholeIDEInstead = 'Show only one ' +'button in the taskbar for the whole IDE instead of one per window. Some'