mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 16:48:19 +02:00
IDE: fixed one more minor typo in resource string name
This commit is contained in:
parent
4f0998f22c
commit
efe63fa20d
@ -79,7 +79,7 @@ begin
|
|||||||
lbMinWordWrapWidth.Caption := dlgOptWordWrapMinimumLineLength;
|
lbMinWordWrapWidth.Caption := dlgOptWordWrapMinimumLineLength;
|
||||||
|
|
||||||
lbWordWrapIndent.Caption := dlgOptWordWrapIndent;
|
lbWordWrapIndent.Caption := dlgOptWordWrapIndent;
|
||||||
cbIndentIsOffset.Caption := dlgOptWordWrapIndentIsOffest;
|
cbIndentIsOffset.Caption := dlgOptWordWrapIndentIsOffset;
|
||||||
lbWordWrapIndentMin.Caption := dlgOptWordWrapIndentMin;
|
lbWordWrapIndentMin.Caption := dlgOptWordWrapIndentMin;
|
||||||
lbWordWrapIndentMax.Caption := dlgOptWordWrapIndentMax;
|
lbWordWrapIndentMax.Caption := dlgOptWordWrapIndentMax;
|
||||||
lbWordWrapIndentMaxRel.Caption := dlgOptWordWrapIndentMaxRel;
|
lbWordWrapIndentMaxRel.Caption := dlgOptWordWrapIndentMaxRel;
|
||||||
|
@ -1664,7 +1664,7 @@ resourcestring
|
|||||||
dlgOptWordWrapStartOfNextLine = 'start of next line';
|
dlgOptWordWrapStartOfNextLine = 'start of next line';
|
||||||
dlgOptWordWrapMinimumLineLength = 'Minimum line length';
|
dlgOptWordWrapMinimumLineLength = 'Minimum line length';
|
||||||
dlgOptWordWrapIndent = 'Indent width';
|
dlgOptWordWrapIndent = 'Indent width';
|
||||||
dlgOptWordWrapIndentIsOffest = 'Indent relative to text';
|
dlgOptWordWrapIndentIsOffset = 'Indent relative to text';
|
||||||
dlgOptWordWrapIndentMin = 'Minimum indent width';
|
dlgOptWordWrapIndentMin = 'Minimum indent width';
|
||||||
dlgOptWordWrapIndentMax = 'Maximum indent width';
|
dlgOptWordWrapIndentMax = 'Maximum indent width';
|
||||||
dlgOptWordWrapIndentMaxRel = 'Maximum indent width (percent)';
|
dlgOptWordWrapIndentMaxRel = 'Maximum indent width (percent)';
|
||||||
|
Loading…
Reference in New Issue
Block a user