foxygit / doom Log in
commit b7c731203607a7de04013bb39b82383eeef19f5e
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Jul 7 09:10:26 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Jul 7 09:10:26 2008 +0000

    Fix quit screen confirm message to say "quit to dos" rather than just
    "quit" (thanks MikeRS)

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1148
---
 src/d_englsh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/d_englsh.h b/src/d_englsh.h
index af26fea1..de8ff7f0 100644
--- a/src/d_englsh.h
+++ b/src/d_englsh.h
@@ -68,7 +68,7 @@
 #define NETEND	"you can't end a netgame!\n\n"PRESSKEY
 #define ENDGAME	"are you sure you want to end the game?\n\n"PRESSYN

-#define DOSY		"(press y to quit)"
+#define DOSY		"(press y to quit to dos.)"

 #define DETAILHI	"High detail"
 #define DETAILLO	"Low detail"