IDE: fixed word wrap options page i18n by correcting some typos

This commit is contained in:
Maxim Ganetsky 2025-02-17 18:33:39 +03:00
parent 649f6ccbc8
commit 1a131ef104
3 changed files with 3 additions and 3 deletions

View File

@ -3095,7 +3095,7 @@ begin
AdditionalHighlightAttributes[ahaWrapIndend] := dlgAddHiAttrWrapIndent;
AdditionalHighlightAttributes[ahaWrapEol] := dlgAddHiAttrWrapEol;
AdditionalHighlightAttributes[ahaWrapSubLine] := dlgAddHiAttrWrapSupLine;
AdditionalHighlightAttributes[ahaWrapSubLine] := dlgAddHiAttrWrapSubLine;
AdditionalHighlightGroupNames[agnDefault] := dlgAddHiAttrGroupDefault;
AdditionalHighlightGroupNames[agnText] := dlgAddHiAttrGroupText;

View File

@ -79,7 +79,7 @@ begin
lbMinWordWrapWidth.Caption := dlgOptWordWrapMinimumLineLength;
lbWordWrapIndent.Caption := dlgOptWordWrapIndent;
cbEnableWordWrap.Caption := dlgOptWordWrapIndentIsOffest;
cbIndentIsOffset.Caption := dlgOptWordWrapIndentIsOffest;
lbWordWrapIndentMin.Caption := dlgOptWordWrapIndentMin;
lbWordWrapIndentMax.Caption := dlgOptWordWrapIndentMax;
lbWordWrapIndentMaxRel.Caption := dlgOptWordWrapIndentMaxRel;

View File

@ -2152,7 +2152,7 @@ resourcestring
dlgAddHiAttrOutlineLevel10Color = 'Level 10';
dlgAddHiAttrWrapIndent = 'Indent';
dlgAddHiAttrWrapEol = 'EOL';
dlgAddHiAttrWrapSupLine = 'Sub-line';
dlgAddHiAttrWrapSubLine = 'Sub-line';
dlgAddHiSpecialVisibleChars = 'Visualized Special Chars';
dlgTopInfoHint = 'Current Class/Proc Hint';
dlgCaretColor = 'Caret (Text-Cursor)';