mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 23:57:33 +01:00
pas2jsdsgn: fixed captions
git-svn-id: trunk@60641 -
This commit is contained in:
parent
4b7e0a544e
commit
0254bf470d
@ -380,12 +380,12 @@ end;
|
||||
|
||||
function TProjectPas2JSWebApp.GetLocalizedName: string;
|
||||
begin
|
||||
Result:='WebCore WebApp';
|
||||
Result:=pjsdWebApplication;
|
||||
end;
|
||||
|
||||
function TProjectPas2JSWebApp.GetLocalizedDescription: string;
|
||||
begin
|
||||
Result:='A pas2js webcore program running in the browser';
|
||||
Result:=pjsdWebAppDescription;
|
||||
end;
|
||||
|
||||
function TProjectPas2JSWebApp.CreateHTMLFile(AProject: TLazProject;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user