瀏覽代碼

* fixed unit info messsage

peter 22 年之前
父節點
當前提交
63002aadb4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

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

+ 1 - 1
compiler/msgtxt.inc

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