IDE: fixed a typo

This commit is contained in:
Maxim Ganetsky 2023-06-01 01:14:16 +03:00
parent 7153012ca8
commit 6a65025971

View File

@ -1648,7 +1648,7 @@ resourcestring
dlgScrollPastEndLine = 'Allow Caret to move past the end of line';
dlgScrollBarPastEOLNone = 'Do not add any permanent space to horizontal scrollbar';
dlgScrollBarPastEOLPage = 'Always add one page to horizontal scrollbar';
dlgScrollBarPastEOLFixed = 'Force 1024 columns minimun for horizontal scrollbar';
dlgScrollBarPastEOLFixed = 'Force 1024 columns minimum for horizontal scrollbar';
dlgScrollHint = 'Show scroll hint';
lisShowSpecialCharacters = 'Show special characters';
dlgCloseButtonsNotebook = 'Show close buttons in notebook';