mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 21:49:29 +02: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
|
||||
RubberbandSelectColorLabel.Caption:=dlgRuberbandSelectionColor;
|
||||
RubberbandCreateColorLabel.Caption:=dlgRuberbandCreationColor;
|
||||
RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChilds;
|
||||
RubberbandSelectsGrandChildsCheckBox.Caption:=dlgRubberbandSelectsGrandChildren;
|
||||
end;
|
||||
begin
|
||||
GridGroupBox.Caption := dlgEnvGrid;
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user