[BOOTDATA] Improve AHKAppTests.cmd (follow-up of #1476)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Tue, 16 Apr 2019 01:38:51 +0000 (10:38 +0900)
committerKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Tue, 16 Apr 2019 01:38:51 +0000 (10:38 +0900)
boot/bootdata/bootcdregtest/AHKAppTests.cmd

index 9278669..2c969a6 100644 (file)
@@ -5,7 +5,7 @@ for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%
 
 if not defined DRIVE (
     dbgprint "AHK Application testing suite not present, skipping."
-    dbgprint "Insert ReactOS CD and try again."
+    dbgprint "Insert ReactOS boot media and try again."
     exit /b 0
 )