mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 06:23:56 +02:00
IDE: made option more clear
git-svn-id: trunk@29414 -
This commit is contained in:
parent
31fccf17dd
commit
503ab21004
@ -162,7 +162,7 @@ begin
|
||||
AdjustTopLineDueToCommentCheckBox.Caption:=dlgAdjustTopLine;
|
||||
JumpCenteredCheckBox.Caption:=dlgcentercursorline;
|
||||
CursorBeyondEOLCheckBox.Caption:=dlgcursorbeyondeol;
|
||||
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations;
|
||||
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardClassDeclarations;
|
||||
|
||||
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
||||
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;
|
||||
|
@ -1691,7 +1691,7 @@ resourcestring
|
||||
dlgAdjustTopLine = 'Adjust top line due to comment in front';
|
||||
dlgCenterCursorLine = 'Center Cursor Line';
|
||||
dlgCursorBeyondEOL = 'Cursor beyond EOL';
|
||||
dlgSkipForwardDeclarations = 'Skip forward declarations';
|
||||
dlgSkipForwardClassDeclarations = 'Skip forward class declarations';
|
||||
dlgClassInsertPolicy = 'Class part insert policy';
|
||||
lisClassCompletion = 'Class Completion';
|
||||
dlgAlphabetically = 'Alphabetically';
|
||||
|
Loading…
Reference in New Issue
Block a user