mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 22:49:31 +02:00
IDE: fixed resourcestring name: lisEMDEmtpyMethods -> lisEMDEmptyMethods
git-svn-id: trunk@43505 -
This commit is contained in:
parent
a5e25a281d
commit
1ef55617f3
@ -313,7 +313,7 @@ end;
|
||||
|
||||
procedure TEmptyMethodsDialog.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Caption:=lisEMDEmtpyMethods;
|
||||
Caption:=lisEMDEmptyMethods;
|
||||
SectionsGroupBox.Caption:=lisEMDSearchInTheseClassSections;
|
||||
PrivateCheckBox.Caption:=lisPrivate;
|
||||
ProtectedCheckBox.Caption:=lisProtected;
|
||||
|
@ -2106,7 +2106,7 @@ resourcestring
|
||||
lisErrorLoadingFile2 = 'Error loading file "%s":%s%s';
|
||||
lisNoneClickToChooseOne = 'none, click to choose one';
|
||||
lisTreeNeedsRefresh = 'Tree needs refresh';
|
||||
lisEMDEmtpyMethods = 'Empty Methods';
|
||||
lisEMDEmptyMethods = 'Empty Methods';
|
||||
lisEMDSearchInTheseClassSections = 'Search in these class sections:';
|
||||
lisUnableToLoadPackage = 'Unable to load package %s%s%s';
|
||||
lisSAMThisMethodCanNotBeOverriddenBecauseItIsDefinedInTh = 'This method can '
|
||||
|
Loading…
Reference in New Issue
Block a user