From f77eebd3ca82c2969937b3623fd19ef0bb1eca23 Mon Sep 17 00:00:00 2001 From: Speedprior Date: Sun, 21 Oct 2018 14:29:16 -0700 Subject: [PATCH] Changed missing volume error message to bring in line with clearer Windows 10 standard. --- v1.25/source/COMMAND.ASM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.25/source/COMMAND.ASM b/v1.25/source/COMMAND.ASM index 830bf73..1b7b4fd 100644 --- a/v1.25/source/COMMAND.ASM +++ b/v1.25/source/COMMAND.ASM @@ -119,7 +119,7 @@ IOTYP DB "writing" DRVNUM DB " drive " DRVLET DB "A" NEWLIN DB 13,10,"$" -REQUEST DB "Abort, Retry, Ignore? $" +REQUEST DB "Cancel, Try Again, Continue?$" BADFAT DB 13,10,"File allocation table bad,$" COMBAD DB 13,10,"Invalid COMMAND.COM" NEEDCOM DB 13,10,"Insert DOS disk in " @@ -2163,4 +2163,4 @@ TRANCODE ENDS COMLEN EQU TRANDATASIZE+TRANCODESIZE-102H ;End of COMMAND load. ZERO Needed to make COMLEN absolute TRNLEN EQU (PRETRLEN+TRANCODESIZE+TRANDATASIZE+15)/16 ;Length of transient in paragraphs END PROGSTART - \ No newline at end of file +