|
@@ -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.
|