mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:39:11 +02:00
Jedi Code Format: Improve the text for an indentation option. Issue #40054, patch by Domingo Galmés.
This commit is contained in:
parent
d6bfb829cf
commit
2e160e525d
@ -105,7 +105,7 @@ resourcestring
|
|||||||
+'comments with code elsewhere';
|
+'comments with code elsewhere';
|
||||||
lisIndentExtraIndentForIfElseBlocks = 'Extra Indent for If...Else blocks';
|
lisIndentExtraIndentForIfElseBlocks = 'Extra Indent for If...Else blocks';
|
||||||
lisIndentExtraIndentForCaseElseBlocks = 'Extra Indent for Case...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';
|
lisIndentIndentForProcedureBody = 'Indent for procedure body';
|
||||||
lisIndentIndentNestedTypes = 'Indent nested types';
|
lisIndentIndentNestedTypes = 'Indent nested types';
|
||||||
lisIndentIndentVarAndConstInClass = 'Indent var and const in class';
|
lisIndentIndentVarAndConstInClass = 'Indent var and const in class';
|
||||||
|
Loading…
Reference in New Issue
Block a user