mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +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;
|
||||
|
||||
lbWordWrapIndent.Caption := dlgOptWordWrapIndent;
|
||||
cbIndentIsOffset.Caption := dlgOptWordWrapIndentIsOffest;
|
||||
cbIndentIsOffset.Caption := dlgOptWordWrapIndentIsOffset;
|
||||
lbWordWrapIndentMin.Caption := dlgOptWordWrapIndentMin;
|
||||
lbWordWrapIndentMax.Caption := dlgOptWordWrapIndentMax;
|
||||
lbWordWrapIndentMaxRel.Caption := dlgOptWordWrapIndentMaxRel;
|
||||
|
@ -1664,7 +1664,7 @@ resourcestring
|
||||
dlgOptWordWrapStartOfNextLine = 'start of next line';
|
||||
dlgOptWordWrapMinimumLineLength = 'Minimum line length';
|
||||
dlgOptWordWrapIndent = 'Indent width';
|
||||
dlgOptWordWrapIndentIsOffest = 'Indent relative to text';
|
||||
dlgOptWordWrapIndentIsOffset = 'Indent relative to text';
|
||||
dlgOptWordWrapIndentMin = 'Minimum indent width';
|
||||
dlgOptWordWrapIndentMax = 'Maximum indent width';
|
||||
dlgOptWordWrapIndentMaxRel = 'Maximum indent width (percent)';
|
||||
|
Loading…
Reference in New Issue
Block a user