IDE: updated caret-past-eol option captions

This commit is contained in:
Maxim Ganetsky 2023-06-01 02:04:42 +03:00
parent e9ebbc83ab
commit dbf8cd1085

View File

@ -1646,9 +1646,9 @@ resourcestring
dlgScrollByOneLess = 'Scroll by one less';
dlgScrollPastEndFile = 'Scroll past end of file';
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 minimum for horizontal scrollbar';
dlgScrollBarPastEOLNone = 'Do not add any permanent space to horizontal scroll range';
dlgScrollBarPastEOLPage = 'Always add one page to horizontal scroll range';
dlgScrollBarPastEOLFixed = 'Force 1024 columns minimum for horizontal scroll range';
dlgScrollHint = 'Show scroll hint';
lisShowSpecialCharacters = 'Show special characters';
dlgCloseButtonsNotebook = 'Show close buttons in notebook';