mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 17:39:26 +02:00
* fixed unit info messsage
This commit is contained in:
parent
6878c55c80
commit
63002aadb4
@ -1899,7 +1899,7 @@ unit_u_registering_new_unit=10057_U_Registering new unit $1
|
||||
unit_u_reresolving_unit=10058_U_Re-resolving unit $1
|
||||
% When you use the \var{-vu} flag, the compiler warns that it
|
||||
% has to recalculate the internal data of the unit
|
||||
unit_u_skipping_reresolving_unit=10059_E_Skipping re-resolving unit $1, still loading used units
|
||||
unit_u_skipping_reresolving_unit=10059_U_Skipping re-resolving unit $1, still loading used units
|
||||
% When you use the \var{-vu} flag, the compiler warns that it
|
||||
% skips to recalculate the internal data of the unit because there
|
||||
% is no data to recalculate
|
||||
|
@ -634,7 +634,7 @@ const msgtxt : array[0..000148,1..240] of char=(
|
||||
'10056_U_Finished loading unit $1'#000+
|
||||
'10057_U_Registering new unit $1'#000+
|
||||
'10058_U_Re-resolving unit $1'#000+
|
||||
'10059_E_Skipping re-resolving unit $1, still loading used units'#000+
|
||||
'10059_U_Skipping re-resolving unit $1, still loading used units'#000+
|
||||
'11000_$1 [options] <inputfile> [options]'#000+
|
||||
'11001_W_Only one sou','rce file supported'#000+
|
||||
'11002_W_DEF file can be created only for OS/2'#000+
|
||||
|
Loading…
Reference in New Issue
Block a user