Browse Source

releasecreator: coment

mattias 1 năm trước cách đây
mục cha
commit
959f89db17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/releasecreator/Pas2jsReleaseCreator.lpr

+ 1 - 1
tools/releasecreator/Pas2jsReleaseCreator.lpr

@@ -565,7 +565,7 @@ begin
     Err('File not found: "'+SrcFilename+'"');
   NeedBuild:=true;
   if not FileExists(ExeFilename) then
-    log(etInfo,'Missing createconfig, building ...')
+    log(etInfo,'Missing tool createconfig, building ...')
   else if FileAge(SrcFilename)>FileAgeUTF8(ExeFilename) then
     log(etInfo,'createconfig.pp changed, building ...')
   else