mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +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;
|
AdjustTopLineDueToCommentCheckBox.Caption:=dlgAdjustTopLine;
|
||||||
JumpCenteredCheckBox.Caption:=dlgcentercursorline;
|
JumpCenteredCheckBox.Caption:=dlgcentercursorline;
|
||||||
CursorBeyondEOLCheckBox.Caption:=dlgcursorbeyondeol;
|
CursorBeyondEOLCheckBox.Caption:=dlgcursorbeyondeol;
|
||||||
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations;
|
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardClassDeclarations;
|
||||||
|
|
||||||
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
|
||||||
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;
|
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;
|
||||||
|
@ -1691,7 +1691,7 @@ resourcestring
|
|||||||
dlgAdjustTopLine = 'Adjust top line due to comment in front';
|
dlgAdjustTopLine = 'Adjust top line due to comment in front';
|
||||||
dlgCenterCursorLine = 'Center Cursor Line';
|
dlgCenterCursorLine = 'Center Cursor Line';
|
||||||
dlgCursorBeyondEOL = 'Cursor beyond EOL';
|
dlgCursorBeyondEOL = 'Cursor beyond EOL';
|
||||||
dlgSkipForwardDeclarations = 'Skip forward declarations';
|
dlgSkipForwardClassDeclarations = 'Skip forward class declarations';
|
||||||
dlgClassInsertPolicy = 'Class part insert policy';
|
dlgClassInsertPolicy = 'Class part insert policy';
|
||||||
lisClassCompletion = 'Class Completion';
|
lisClassCompletion = 'Class Completion';
|
||||||
dlgAlphabetically = 'Alphabetically';
|
dlgAlphabetically = 'Alphabetically';
|
||||||
|
Loading…
Reference in New Issue
Block a user