소스 검색

+ Translated comments

michael 22 년 전
부모
커밋
d956e3c9dd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/utils/dbtests.pp

+ 2 - 2
tests/utils/dbtests.pp

@@ -212,7 +212,7 @@ begin
       begin
       Result:=GetTestID(Name);
       If Result=-1 then
-        Verbose(V_WARNING,'Kon toegevoegde test niet terugvinden!')
+        Verbose(V_WARNING,'Could not find newly added test!')
       else
         If AddSource then
           UpdateTest(Result,Info,GetFileContents(Name))
@@ -221,7 +221,7 @@ begin
       end
     end
   else    
-    Verbose(V_ERROR,'Kon test "'+Name+'" niet vinden of geen info extraheren.');
+    Verbose(V_ERROR,'Could not find test "'+Name+'" or info about this test.');
 end;
 
 Const