IDE: fixed one more minor typo in resource string name

This commit is contained in:
Maxim Ganetsky 2025-02-17 19:04:05 +03:00
parent 4f0998f22c
commit efe63fa20d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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