diff options
author | Simon Howard | 2008-07-07 09:10:26 +0000 |
---|---|---|
committer | Simon Howard | 2008-07-07 09:10:26 +0000 |
commit | b7c731203607a7de04013bb39b82383eeef19f5e (patch) | |
tree | 52af535d998d9cf5a50e69e25c9ea272dea66ebf | |
parent | 3b0f96df4c8fec82e5b4b75e80991c073bcf8177 (diff) | |
download | chocolate-doom-b7c731203607a7de04013bb39b82383eeef19f5e.tar.gz chocolate-doom-b7c731203607a7de04013bb39b82383eeef19f5e.tar.bz2 chocolate-doom-b7c731203607a7de04013bb39b82383eeef19f5e.zip |
Fix quit screen confirm message to say "quit to dos" rather than just
"quit" (thanks MikeRS)
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1148
-rw-r--r-- | src/d_englsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |