summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2006-10-14 11:53:08 +0000
committerSimon Howard2006-10-14 11:53:08 +0000
commit94bff80737b6e3d04ad9c02b06739a431e0396f9 (patch)
tree77a7c280b3ed9ee38daf54d019e4297a8055e182
parentedf23305df765d4a8e35f3ca375566766fa251e4 (diff)
downloadchocolate-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
-rw-r--r--src/net_gui.c4
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)