summaryrefslogtreecommitdiff
path: root/compiler/msg/errorfi.msg
diff options
context:
space:
mode:
authorpaul <paul@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-05 08:39:10 +0000
committerpaul <paul@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-09-05 08:39:10 +0000
commite1d824dcf0a990936520103838b1f8a08f2e33fb (patch)
tree9b896603d786334109bb1a282f0f3bdd9d1398f4 /compiler/msg/errorfi.msg
parentee2c757a982f23da1952f6774b77f9dd3a456900 (diff)
downloadfpc-e1d824dcf0a990936520103838b1f8a08f2e33fb.tar.gz
compiler: add a check for srsym <> nil since try_consume_unitsym may change srsym to nil, better error message
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@25423 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg/errorfi.msg')
-rw-r--r--compiler/msg/errorfi.msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/msg/errorfi.msg b/compiler/msg/errorfi.msg
index f7edde2fa6..c2bc204f33 100644
--- a/compiler/msg/errorfi.msg
+++ b/compiler/msg/errorfi.msg
@@ -1358,8 +1358,8 @@ sym_e_forward_type_not_resolved=05009_E_Déclaration forward "$1" non résolue
% A symbol was forward defined, but no declaration was encountered.
sym_e_only_static_in_static=05010_E_Seules les variables statiques peuvent être utilisées dans les méthodes statiques ou en dehors des méthodes
% A static method of an object can only access static variables.
-sym_f_type_must_be_rec_or_class=05012_F_Type record ou classe attendu
-% 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_Les instances de classes ou les objets avec une méthode abstraite ne sont pas autorisés
% You are trying to generate an instance of a class which has an abstract
% method that wasn't overridden.