summaryrefslogtreecommitdiff
path: root/compiler/msg/erroriu.msg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/msg/erroriu.msg')
-rw-r--r--compiler/msg/erroriu.msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/msg/erroriu.msg b/compiler/msg/erroriu.msg
index 857688cd6b..261a8ba18f 100644
--- a/compiler/msg/erroriu.msg
+++ b/compiler/msg/erroriu.msg
@@ -1568,8 +1568,8 @@ sym_e_forward_type_not_resolved=05009_E_Tipo "$1" dichiarato ma non implementato
% A symbol was forward defined, but no declaration was encountered.
sym_e_only_static_in_static=05010_E_Al di fuori dei metodi o nei metodi statici si possono usare solo variabli statiche
% A static method of an object can only access static variables.
-sym_f_type_must_be_rec_or_class=05012_F_Qui era atteso un tipo record o classe
-% The variable or expression isn't of the type \var{record} or \var{class}.
+sym_e_type_must_be_rec_or_object_or_class=05012_E_Record or object or class type expected
+% The variable or expression isn't of the type \var{record} or \var{object} or \var{class}.
sym_e_no_instance_of_abstract_object=05013_E_Non sono permesse istanze di classi o di oggetti con un metodo astratto
% You are trying to generate an instance of a class which has an abstract
% method that wasn't overridden.