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;
JumpCenteredCheckBox.Caption:=dlgcentercursorline;
CursorBeyondEOLCheckBox.Caption:=dlgcursorbeyondeol;
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardDeclarations;
SkipForwardDeclarationsCheckBox.Caption:=dlgSkipForwardClassDeclarations;
IndentationGroupBox.Caption:=lisIndentationForPascalSources;
GeneralAutoIndent.Caption:=lisSetupDefaultIndentation;

View File

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