Explorar el Código

* fix copy'n'paste error - add real description

git-svn-id: trunk@29224 -
Tomas Hajny hace 10 años
padre
commit
0da835c324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-stl/fpmake.pp

+ 1 - 1
packages/fcl-stl/fpmake.pp

@@ -23,7 +23,7 @@ begin
     P.License := 'LGPL with modification, ';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
-    P.Description := 'Asynchonous event management of Free Component Libraries (FCL), FPC''s OOP library.';
+    P.Description := 'Generic container library of Free Component Libraries (FCL), FPC''s OOP library.';
     P.NeedLibC:= false;
     P.OSes:=AllOSes-[embedded];