diff options
author | Simon Howard | 2006-10-14 11:53:08 +0000 |
---|---|---|
committer | Simon Howard | 2006-10-14 11:53:08 +0000 |
commit | 94bff80737b6e3d04ad9c02b06739a431e0396f9 (patch) | |
tree | 77a7c280b3ed9ee38daf54d019e4297a8055e182 /src | |
parent | edf23305df765d4a8e35f3ca375566766fa251e4 (diff) | |
download | chocolate-doom-94bff80737b6e3d04ad9c02b06739a431e0396f9.tar.gz chocolate-doom-94bff80737b6e3d04ad9c02b06739a431e0396f9.tar.bz2 chocolate-doom-94bff80737b6e3d04ad9c02b06739a431e0396f9.zip |
Change wording on netgame warning message.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 697
Diffstat (limited to 'src')
-rw-r--r-- | src/net_gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_gui.c b/src/net_gui.c index 9e98739d..aa08c950 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: net_gui.c 689 2006-10-06 17:06:05Z fraggle $ +// $Id: net_gui.c 697 2006-10-14 11:53:08Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -217,7 +217,7 @@ static void CheckMD5Sums(void) { TXT_AddWidget(window, TXT_NewLabel ("Your WAD directory does not match other players in the game.\n" - "Check that you have loaded all the same WAD files as other\n" + "Check that you have loaded the exact same WAD files as other\n" "players.\n")); } if (!correct_deh) |