mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 09:59:44 +01:00
IDE: fixed typo
git-svn-id: trunk@22405 -
This commit is contained in:
parent
6a2b68eda3
commit
0598f2da99
@ -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;
|
||||||
|
|||||||
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user