mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 21:59:18 +02:00
IDE: Amend name for "hide on run" (run is too generic)
This commit is contained in:
parent
e8f1e0af5d
commit
9609656964
@ -1305,7 +1305,7 @@ resourcestring
|
|||||||
// Window options
|
// Window options
|
||||||
dlgShowingWindows = 'Showing Windows';
|
dlgShowingWindows = 'Showing Windows';
|
||||||
dlgSingleTaskBarButton = 'Show single button in TaskBar';
|
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.';
|
dlgHideIDEOnRunHint = 'Do not show the IDE at all while program is running.';
|
||||||
lisShowOnlyOneButtonInTheTaskbarForTheWholeIDEInstead = 'Show only one '
|
lisShowOnlyOneButtonInTheTaskbarForTheWholeIDEInstead = 'Show only one '
|
||||||
+'button in the taskbar for the whole IDE instead of one per window. Some'
|
+'button in the taskbar for the whole IDE instead of one per window. Some'
|
||||||
|
Loading…
Reference in New Issue
Block a user