Jedi Code Format: Improve the text for an indentation option. Issue #40054, patch by Domingo Galmés.

This commit is contained in:
Juha 2022-12-23 09:15:11 +02:00
parent d6bfb829cf
commit 2e160e525d

View File

@ -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';