mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 01:08:50 +01:00
JCF2: added missing i18n assignment
This commit is contained in:
parent
9765ab59cf
commit
e7cee39fc3
@ -111,6 +111,8 @@ begin
|
||||
cbIndentVarAndConstInClass.Caption := lisIndentIndentVarAndConstInClass;
|
||||
cbIndentInterfaceGuid.Caption := lisIndentExtraIndentForInterfaceGuid;
|
||||
|
||||
lbIndentLabels.Caption := lisIndentLabels;
|
||||
|
||||
cbIndentLabels.Items.Clear;
|
||||
cbIndentLabels.Items.Add(lisIndentLabelsStatement);
|
||||
cbIndentLabels.Items.Add(lisIndentLabelsDontIndent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user