From dbdf8487b592d81468e9ce043fe48ee975b0538f Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 26 Nov 2000 19:00:44 +0000 Subject: [PATCH] * English correction --- install/fpinst/install.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install/fpinst/install.pas b/install/fpinst/install.pas index 1cc68d5812..8d093a9b13 100644 --- a/install/fpinst/install.pas +++ b/install/fpinst/install.pas @@ -66,10 +66,10 @@ program install; {$IFDEF FV} commands, {$ENDIF} - unzip,ziptypes, {$IFDEF DLL} unzipdll, {$ENDIF} + unzip,ziptypes, app,dialogs,views,menus,msgbox,colortxt,tabs,inststr,scroll, HelpCtx,WHTMLScn; @@ -1455,7 +1455,7 @@ program install; inc(cfg.packs); if cfg.packs>maxpacks then begin - writeln('Too much packs'); + writeln('Too many packs'); halt(1); end; cfg.pack[cfg.packs].name:=s; @@ -1761,7 +1761,10 @@ begin end. { $Log$ - Revision 1.11 2000-10-11 17:16:01 peter + Revision 1.12 2000-11-26 19:00:44 hajny + * English correction + + Revision 1.11 2000/10/11 17:16:01 peter * fixed a typo and the setting of haside and hashtmlhelp (merged) Revision 1.10 2000/10/11 15:57:47 peter