Merge branch 'IDE/Options/Editor/Display/Colors' into 'main'

IDE/Options: Improved color name for text selection in color scheme

See merge request freepascal.org/lazarus/lazarus!367
This commit is contained in:
Martin 2024-10-29 15:26:36 +00:00
commit a914ea80b1

View File

@ -2085,7 +2085,7 @@ resourcestring
dlgFoldDiffChunkSect = 'Chunk section';
dlgAddHiAttrDefault = 'Default Text';
dlgAddHiAttrTextBlock = 'Text block';
dlgAddHiAttrTextBlock = 'Selected text';
dlgAddHiAttrExecutionPoint = 'Execution point';
dlgAddHiAttrEnabledBreakpoint = 'Enabled breakpoint';
dlgAddHiAttrDisabledBreakpoint = 'Disabled breakpoint';