IDE: made option more clear

git-svn-id: trunk@29414 -
This commit is contained in:
mattias 2011-02-07 14:05:30 +00:00
parent 31fccf17dd
commit 503ab21004
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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';