diff --git a/components/education/educationlaz.pas b/components/education/educationlaz.pas index ff0bbcbbd5..186062a6e7 100644 --- a/components/education/educationlaz.pas +++ b/components/education/educationlaz.pas @@ -2,12 +2,12 @@ This source is only used to compile and install the package. } -unit educationlaz; +unit EducationLaz; interface uses - EduEnvOptsFrame, EduOptions, EduPkgSystem, EduCompPalette, EduMenu, + EduEnvOptsFrame, EduOptions, EduPkgSystem, EduCompPalette, EduMenu, EduNewProgram, EduPropsEvents, EduOIPages, EduOptionsDlg, EduSpeedButtons, LazarusPackageIntf; diff --git a/components/education/edunewprogram.pas b/components/education/edunewprogram.pas index 7ce47110d0..d9ff6a4d29 100644 --- a/components/education/edunewprogram.pas +++ b/components/education/edunewprogram.pas @@ -301,7 +301,7 @@ begin AddNewPrgMenuItmCheckBox.Caption:=ersAddMenuItem; AddNewPrgMenuItmCheckBox.ShowHint:=true; AddNewPrgMenuItmCheckBox.Hint:= - ersAddAMenuItemTheIDEToolbarToCreateANewProgram; + ersAddAnIDEMenuItemToCreateANewProgram; AddToNewDlgCheckBox.Caption:=Format(ersAddToNewDialog, ['"', '"']); AddToNewDlgCheckBox.ShowHint:=true; diff --git a/components/education/eduoptions.pas b/components/education/eduoptions.pas index 42df81013a..b642e37877 100644 --- a/components/education/eduoptions.pas +++ b/components/education/eduoptions.pas @@ -43,8 +43,7 @@ resourcestring ersAddASpeedButtonToTheIDEToolbarToCreateANewProgram = 'Add a speed button ' +'to the IDE toolbar to create a new program'; ersAddMenuItem = 'Add menu item'; - ersAddAMenuItemTheIDEToolbarToCreateANewProgram = 'Add a menu item the IDE ' - +'toolbar to create a new program'; + ersAddAnIDEMenuItemToCreateANewProgram = 'Add an IDE menu item to create a new program'; ersAddToNewDialog = 'Add to %sNew ...%s dialog'; ersAddAnEntryToTheNewDialogToCreateANewProgram = 'Add an entry to the %' +'sNew ...%s dialog to create a new program'; @@ -79,7 +78,7 @@ resourcestring ersRdGrpEventsCaption = 'Events'; ersEduEnvOptsFrameTitle = 'General'; - ersEduPropsEventsTitle = 'Properties & Events'; + ersEduPropsEventsTitle = 'Properties and Events'; ersEduCompPaletteTitle = 'Component palette'; ersEduNewProgramTitle = 'New program'; ersEduMenuTitle = 'Menus';