From 2e160e525dbb028d6cd7dd65a19cf6bdde788cb5 Mon Sep 17 00:00:00 2001 From: Juha Date: Fri, 23 Dec 2022 09:15:11 +0200 Subject: [PATCH] =?UTF-8?q?Jedi=20Code=20Format:=20Improve=20the=20text=20?= =?UTF-8?q?for=20an=20indentation=20option.=20Issue=20#40054,=20patch=20by?= =?UTF-8?q?=20Domingo=20Galm=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas b/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas index 313fcb9771..3ef00e390a 100644 --- a/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas +++ b/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas @@ -105,7 +105,7 @@ resourcestring +'comments with code elsewhere'; lisIndentExtraIndentForIfElseBlocks = 'Extra Indent for If...Else blocks'; lisIndentExtraIndentForCaseElseBlocks = 'Extra Indent for Case...Else blocks'; - lisIndentIndentForProceduresInLibrary = 'Indent for procedures in library'; + lisIndentIndentForProceduresInLibrary = 'Indent for procedures in program/library'; lisIndentIndentForProcedureBody = 'Indent for procedure body'; lisIndentIndentNestedTypes = 'Indent nested types'; lisIndentIndentVarAndConstInClass = 'Indent var and const in class';