diff options
author | Simon Howard | 2010-10-08 18:33:13 +0000 |
---|---|---|
committer | Simon Howard | 2010-10-08 18:33:13 +0000 |
commit | 9e803d93fa38e86999e1780068b3ee39b430c570 (patch) | |
tree | 361150bd58f05fa5e5be80818558a033632b6971 /src | |
parent | 04ef30c2550c4b452890b8d18e4d66c45c096685 (diff) | |
download | chocolate-doom-9e803d93fa38e86999e1780068b3ee39b430c570.tar.gz chocolate-doom-9e803d93fa38e86999e1780068b3ee39b430c570.tar.bz2 chocolate-doom-9e803d93fa38e86999e1780068b3ee39b430c570.zip |
Fix end game confirmation message.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2161
Diffstat (limited to 'src')
-rw-r--r-- | src/strife/d_englsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |