From 45851e3051cfe990360e0bbc469915e5b416c523 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 6 Apr 2005 20:48:14 +0000 Subject: [PATCH] Fix small bug in intro cdrom, making it hard to translate Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2173 --- src/dos/dos_programs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/dos_programs.cpp b/src/dos/dos_programs.cpp index 6e8719a8..6e73336c 100644 --- a/src/dos/dos_programs.cpp +++ b/src/dos/dos_programs.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dos_programs.cpp,v 1.35 2005-03-01 07:19:38 qbix79 Exp $ */ +/* $Id: dos_programs.cpp,v 1.36 2005-04-06 20:48:14 qbix79 Exp $ */ #include #include @@ -757,7 +757,7 @@ void DOS_SetupPrograms(void) { "\n" "Replace \033[0;31mD:\\\033[0m with the location of your CD-ROM.\n" "Replace the \033[33;1m0\033[0m in \033[34;1m-usecd \033[33m0\033[0m with the number reported for your CD-ROM if you type:\n" - "\033[34;1mmount -cd\033[0m" + "\033[34;1mmount -cd\033[0m\n" ); MSG_Add("PROGRAM_BOOT_NOT_EXIST","Bootdisk file does not exist. Failing.\n"); MSG_Add("PROGRAM_BOOT_NOT_OPEN","Cannot open bootdisk file. Failing.\n");