From b7c731203607a7de04013bb39b82383eeef19f5e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 7 Jul 2008 09:10:26 +0000 Subject: 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(-) (limited to 'src') 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" -- cgit v1.2.3