foxygit / doom Log in
commit 9e803d93fa38e86999e1780068b3ee39b430c570
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Oct 8 18:33:13 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Oct 8 18:33:13 2010 +0000

    Fix end game confirmation message.

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2161
---
 src/strife/d_englsh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/d_englsh.h b/src/strife/d_englsh.h
index 422051b9..f7ff7684 100644
--- a/src/strife/d_englsh.h
+++ b/src/strife/d_englsh.h
@@ -66,7 +66,7 @@
 #define MSGOFF	"Messages OFF"
 #define MSGON		"Messages ON"
 #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 ENDGAME	"are you sure you want\nto end the game?\n\n"PRESSYN

 // haleyjd 09/11/10: [STRIFE] No "to dos." on this
 #define DOSY		"(press y to quit)"