mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
IDE: fixed a typo
This commit is contained in:
parent
7153012ca8
commit
6a65025971
@ -1648,7 +1648,7 @@ resourcestring
|
|||||||
dlgScrollPastEndLine = 'Allow Caret to move past the end of line';
|
dlgScrollPastEndLine = 'Allow Caret to move past the end of line';
|
||||||
dlgScrollBarPastEOLNone = 'Do not add any permanent space to horizontal scrollbar';
|
dlgScrollBarPastEOLNone = 'Do not add any permanent space to horizontal scrollbar';
|
||||||
dlgScrollBarPastEOLPage = 'Always add one page 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';
|
dlgScrollHint = 'Show scroll hint';
|
||||||
lisShowSpecialCharacters = 'Show special characters';
|
lisShowSpecialCharacters = 'Show special characters';
|
||||||
dlgCloseButtonsNotebook = 'Show close buttons in notebook';
|
dlgCloseButtonsNotebook = 'Show close buttons in notebook';
|
||||||
|
Loading…
Reference in New Issue
Block a user