From 0cc772742912db35c2af6239d6f514f78e92d98f Mon Sep 17 00:00:00 2001 From: n7800 <14154601-n7800@users.noreply.gitlab.com> Date: Tue, 29 Oct 2024 20:11:38 +0500 Subject: [PATCH] IDE/Options: Improved color name for text selection in color scheme --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index b67bcf1b6f..c25ba1418c 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -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';