mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +02:00
IDE: fixed word wrap options page i18n by correcting some typos
This commit is contained in:
parent
649f6ccbc8
commit
1a131ef104
@ -3095,7 +3095,7 @@ begin
|
||||
|
||||
AdditionalHighlightAttributes[ahaWrapIndend] := dlgAddHiAttrWrapIndent;
|
||||
AdditionalHighlightAttributes[ahaWrapEol] := dlgAddHiAttrWrapEol;
|
||||
AdditionalHighlightAttributes[ahaWrapSubLine] := dlgAddHiAttrWrapSupLine;
|
||||
AdditionalHighlightAttributes[ahaWrapSubLine] := dlgAddHiAttrWrapSubLine;
|
||||
|
||||
AdditionalHighlightGroupNames[agnDefault] := dlgAddHiAttrGroupDefault;
|
||||
AdditionalHighlightGroupNames[agnText] := dlgAddHiAttrGroupText;
|
||||
|
@ -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;
|
||||
|
@ -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)';
|
||||
|
Loading…
Reference in New Issue
Block a user