* fixed unit info messsage

This commit is contained in:
peter 2003-10-22 20:54:06 +00:00
parent 6878c55c80
commit 63002aadb4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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+