Browse Source

* spelling fixed
* compiler is fpc instead ppc386

florian 20 years ago
parent
commit
13188d67bd
1 changed files with 8 additions and 4 deletions
  1. 8 4
      installer/install.pas

+ 8 - 4
installer/install.pas

@@ -958,7 +958,7 @@ program install;
 {$ENDIF}
 {$ENDIF}
 
 
       R.Assign(2, YB - 13, 64, YB - 12);
       R.Assign(2, YB - 13, 64, YB - 12);
-      P:=new(pstatictext,init(r,'To compile files enter '''+cfg.pack[1].ppc386+' [file]'''));
+      P:=new(pstatictext,init(r,'To compile files enter fpc [file]'''));
       insert(P);
       insert(P);
 
 
       if haside then
       if haside then
@@ -1401,7 +1401,7 @@ end;
                     WriteLn (Log, 'Free space on drive '+S[1]+': ',DotStr(Space),' Kb');
                     WriteLn (Log, 'Free space on drive '+S[1]+': ',DotStr(Space),' Kb');
 
 
                   if Space < DSize then
                   if Space < DSize then
-                   S := 'is not'
+                   S := 'is not '
                   else
                   else
                    S := '';
                    S := '';
                   if (Space < DSize + 500) then
                   if (Space < DSize + 500) then
@@ -2003,7 +2003,11 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.24  2004-12-23 17:36:53  peter
+  Revision 1.25  2004-12-31 18:36:44  florian
+    * spelling fixed
+    * compiler is fpc instead ppc386
+
+  Revision 1.24  2004/12/23 17:36:53  peter
   use %token% macros instead of $1 and $2
   use %token% macros instead of $1 and $2
 
 
   Revision 1.23  2004/12/22 15:28:48  peter
   Revision 1.23  2004/12/22 15:28:48  peter
@@ -2077,4 +2081,4 @@ end.
   Revision 1.1  2002/01/29 17:59:15  peter
   Revision 1.1  2002/01/29 17:59:15  peter
     * moved installer
     * moved installer
 
 
-}
+}