@@ -2210,7 +2210,7 @@ sym_w_experimental_unit=05079_W_Unit "$1" is experimental
% declared as \var{experimental} is used. Experimental units
% declared as \var{experimental} is used. Experimental units
% might disappear or change semantics in future versions. Usage of this unit
% might disappear or change semantics in future versions. Usage of this unit
% should be avoided as much as possible.
% should be avoided as much as possible.
-sym_e_formal_class_not_resolved=05080_E_No complete definition of the formally declared class "$1" is in scope
+sym_e_formal_class_not_resolved=05080_E_No full definition of the formally declared class "$1" is in scope. Add the unit containing its full definition to the uses clause.
% Objecive-C and Java classes can be imported formally, without using the unit in which it is fully declared.
% Objecive-C and Java classes can be imported formally, without using the unit in which it is fully declared.
% This enables making forward references to such classes and breaking circular dependencies amongst units.
% This enables making forward references to such classes and breaking circular dependencies amongst units.
% However, as soon as you wish to actually do something with an entity of this class type (such as
% However, as soon as you wish to actually do something with an entity of this class type (such as