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 begin
RubberbandSelectColorLabel.Caption:=dlgRuberbandSelectionColor; RubberbandSelectColorLabel.Caption:=dlgRuberbandSelectionColor;
RubberbandCreateColorLabel.Caption:=dlgRuberbandCreationColor; RubberbandCreateColorLabel.Caption:=dlgRuberbandCreationColor;
RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChilds; RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChildren;
end; end;
begin begin
GridGroupBox.Caption := dlgEnvGrid; GridGroupBox.Caption := dlgEnvGrid;

View File

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