corrected amount to number

This commit is contained in:
michael 2002-05-25 08:36:32 +00:00
parent f1dfc491c4
commit 48a1f9f178

View File

@ -386,7 +386,7 @@ parser_e_illegal_parameter_list=03024_E_Illegal parameter list
parser_e_wrong_parameter_type=03025_E_Wrong parameter type specified for arg no. "$1"
% There is an error in the parameter list of the function or procedure.
% The compiler cannot determine the error more accurate than this.
parser_e_wrong_parameter_size=03026_E_Wrong amount of parameters specified
parser_e_wrong_parameter_size=03026_E_Wrong number of parameters specified
% There is an error in the parameter list of the function or procedure,
% the number of parameters is not correct.
parser_e_overloaded_no_procedure=03027_E_overloaded identifier "$1" isn't a function