From 059258682673f8b08cbde06d450bb157f51b4339 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Sun, 15 Sep 2024 22:41:40 +0300 Subject: [PATCH] JCF2: improved a caption --- 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 fe9b5e0b3b..7cb7fc200d 100644 --- a/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas +++ b/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas @@ -112,7 +112,7 @@ resourcestring lisIndentIndentForProcedureBody = 'Indent for procedure body'; lisIndentIndentNestedTypes = 'Indent nested types'; lisIndentIndentVarAndConstInClass = 'Indent var and const in class'; - lisIndentExtraIndentForInterfaceGuid = 'Extra Indent for interface guid'; + lisIndentExtraIndentForInterfaceGuid = 'Extra Indent for interface GUID'; //Blank lines tab lisBLBlankLines = 'Blank Lines';