Browse Source

* English correction

Tomas Hajny 25 years ago
parent
commit
dbdf8487b5
1 changed files with 6 additions and 3 deletions
  1. 6 3
      install/fpinst/install.pas

+ 6 - 3
install/fpinst/install.pas

@@ -66,10 +66,10 @@ program install;
 {$IFDEF FV}
 {$IFDEF FV}
      commands,
      commands,
 {$ENDIF}
 {$ENDIF}
-     unzip,ziptypes,
 {$IFDEF DLL}
 {$IFDEF DLL}
      unzipdll,
      unzipdll,
 {$ENDIF}
 {$ENDIF}
+     unzip,ziptypes,
      app,dialogs,views,menus,msgbox,colortxt,tabs,inststr,scroll,
      app,dialogs,views,menus,msgbox,colortxt,tabs,inststr,scroll,
      HelpCtx,WHTMLScn;
      HelpCtx,WHTMLScn;
 
 
@@ -1455,7 +1455,7 @@ program install;
                    inc(cfg.packs);
                    inc(cfg.packs);
                    if cfg.packs>maxpacks then
                    if cfg.packs>maxpacks then
                     begin
                     begin
-                      writeln('Too much packs');
+                      writeln('Too many packs');
                       halt(1);
                       halt(1);
                     end;
                     end;
                    cfg.pack[cfg.packs].name:=s;
                    cfg.pack[cfg.packs].name:=s;
@@ -1761,7 +1761,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $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)
     * fixed a typo and the setting of haside and hashtmlhelp (merged)
 
 
   Revision 1.10  2000/10/11 15:57:47  peter
   Revision 1.10  2000/10/11 15:57:47  peter