IDE: Amend name for "hide on run" (run is too generic)

This commit is contained in:
Martin 2024-10-05 00:31:00 +02:00
parent e8f1e0af5d
commit 9609656964

View File

@ -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'