Browse Source

* "too much registers" -> "too many registers"

git-svn-id: trunk@7014 -
Jonas Maebe 18 years ago
parent
commit
6b414c3e89
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

@@ -1021,7 +1021,7 @@ parser_e_goto_outside_proc=03201_E_Goto statements aren't allowed between differ
 % ...
 % ...
 %
 %
 % \end{verbatim}
 % \end{verbatim}
-parser_f_too_complex_proc=03202_F_Procedure too complex, it requires too much registers
+parser_f_too_complex_proc=03202_F_Procedure too complex, it requires too many registers
 % Your procedure body is too long for the compiler. You should split the
 % Your procedure body is too long for the compiler. You should split the
 % procedure into multiple smaller procedures.
 % procedure into multiple smaller procedures.
 parser_e_illegal_expression=03203_E_Illegal expression
 parser_e_illegal_expression=03203_E_Illegal expression

+ 1 - 1
compiler/msgtxt.inc

@@ -319,7 +319,7 @@ const msgtxt : array[0..000179,1..240] of char=(
   '03200_E_32 Bit-Integer or pointer variable expected'#000+
   '03200_E_32 Bit-Integer or pointer variable expected'#000+
   '03201_E_Goto statements aren'#039't',' allowed between different procedu'+
   '03201_E_Goto statements aren'#039't',' allowed between different procedu'+
   'res'#000+
   'res'#000+
-  '03202_F_Procedure too complex, it requires too much registers'#000+
+  '03202_F_Procedure too complex, it requires too many registers'#000+
   '03203_E_Illegal expression'#000+
   '03203_E_Illegal expression'#000+
   '03204_E_Invalid integer expression'#000+
   '03204_E_Invalid integer expression'#000+
   '03205_E_Illegal qualifier'#000+
   '03205_E_Illegal qualifier'#000+