summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2008-07-07 09:10:26 +0000
committerSimon Howard2008-07-07 09:10:26 +0000
commitb7c731203607a7de04013bb39b82383eeef19f5e (patch)
tree52af535d998d9cf5a50e69e25c9ea272dea66ebf
parent3b0f96df4c8fec82e5b4b75e80991c073bcf8177 (diff)
downloadchocolate-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.h2
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"