IDE: fixed typo

git-svn-id: trunk@22405 -
This commit is contained in:
mattias 2009-11-03 14:23:36 +00:00
parent 6a2b68eda3
commit 0598f2da99
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ procedure TFormEditorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
begin
RubberbandSelectColorLabel.Caption:=dlgRuberbandSelectionColor;
RubberbandCreateColorLabel.Caption:=dlgRuberbandCreationColor;
RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChilds;
RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChildren;
end;
begin
GridGroupBox.Caption := dlgEnvGrid;

View File

@ -1040,7 +1040,7 @@ resourcestring
dlgEnvMisc = 'Miscellaneous';
dlgRuberbandSelectionColor = 'Selection';
dlgRuberbandCreationColor = 'Creation';
dlgRubberbandSelectsGrandChilds = 'Select grand childs';
dlgRubberbandSelectsGrandChildren = 'Select grandchildren';
dlgRubberBandGroup='Rubber band';
dlgPasExt = 'Default pascal extension';
dlgCharCaseFileAct = 'Save As - auto rename pascal files lower case';