mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 19:40:54 +02:00
IDE: resourcestring for new package, bug #14224, from Marcelo B Paula
git-svn-id: trunk@21044 -
This commit is contained in:
parent
36e45396ed
commit
903c14a1b0
@ -4329,7 +4329,7 @@ end;
|
|||||||
|
|
||||||
function TPackageDescriptorStd.GetLocalizedName: string;
|
function TPackageDescriptorStd.GetLocalizedName: string;
|
||||||
begin
|
begin
|
||||||
Result:='Package';
|
Result:=lisPackage;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TPackageDescriptorStd.GetLocalizedDescription: string;
|
function TPackageDescriptorStd.GetLocalizedDescription: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user