JCF2: added missing i18n assignment

This commit is contained in:
Maxim Ganetsky 2024-10-27 16:35:03 +03:00
parent 9765ab59cf
commit e7cee39fc3

View File

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