diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg index 8d6ac2869d..2233058060 100644 --- a/compiler/msg/errore.msg +++ b/compiler/msg/errore.msg @@ -835,7 +835,7 @@ parser_w_no_objpas_use_mode=03149_W_Don't load OBJPAS unit manual, use {$mode ob parser_e_no_object_override=03150_E_OVERRIDE can't be used in objects % Override isn't support for objects, use VIRTUAL instead to override % a method of an anchestor object -parser_e_cant_use_inittable_here=03151_E_Data types which requires initialization/finalization can't be used in variant records +parser_e_cant_use_inittable_here=03151_E_Data types which require initialization/finalization can't be used in variant records % Some data type (e.g. \var{ansistring}) needs initialization/finalization % code which is implicitly generated by the compiler. Such data types % can't be used in the variant part of a record. diff --git a/compiler/msg/errores.msg b/compiler/msg/errores.msg index 034bfc9536..847f5f91f4 100644 --- a/compiler/msg/errores.msg +++ b/compiler/msg/errores.msg @@ -834,7 +834,7 @@ parser_e_no_object_override=03150_E_OVERRIDE no puede ser usado en objetos % This section lists all errors that can occur when type checking is % performed. % \begin{description} -parser_e_cant_use_inittable_here=03151_E_Data types which requires initialization/finalization can't be used in variant records +parser_e_cant_use_inittable_here=03151_E_Data types which require initialization/finalization can't be used in variant records % Some data type (e.g. \var{ansistring}) needs initialization/finalization % code which is implicitly generated by the compiler. Such data types % can't be used in the variant part of a record.