mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 06:09:39 +02:00
* message correction
This commit is contained in:
parent
b1b16c8f09
commit
2698227d41
@ -1079,7 +1079,7 @@ type_w_classes_not_related=04040_W_Class types "$1" and "$2" are not related
|
||||
% There is a typecast from one class or object to another while the class/object
|
||||
% are not related. This will probably lead to errors
|
||||
type_e_class_or_interface_type_expected=04041_E_Class or interface type expected, but got "$1"
|
||||
type_e_type_is_not_completly_defined=04042_E_Type "$1" is not completley defined
|
||||
type_e_type_is_not_completly_defined=04042_E_Type "$1" is not completely defined
|
||||
type_w_string_too_long=04043_W_String literal has more characters than short string length
|
||||
% The size of the constant string, which is assigned to a shortstring,
|
||||
% is longer than the maximum size of the shortstring
|
||||
|
@ -329,7 +329,7 @@ const msgtxt : array[0..000143,1..240] of char=(
|
||||
'04039_E_Class or Object ','types "$1" and "$2" are not related'#000+
|
||||
'04040_W_Class types "$1" and "$2" are not related'#000+
|
||||
'04041_E_Class or interface type expected, but got "$1"'#000+
|
||||
'04042_E_Type "$1" is not completley defined'#000+
|
||||
'04042_E_Type "$1" is not completely defined'#000+
|
||||
'04043_W_String literal has more characters than short s','tring length'#000+
|
||||
'04044_W_Comparison is always false due to range of values'#000+
|
||||
'04045_W_Comparison is always true due to range of values'#000+
|
||||
|
Loading…
Reference in New Issue
Block a user