mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-19 13:10:57 -07:00
Changed missing volume error message to bring in line with clearer Windows 10 standard.
This commit is contained in:
parent
b297ae5788
commit
f77eebd3ca
1 changed files with 2 additions and 2 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue