commit 94bff80737b6e3d04ad9c02b06739a431e0396f9
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Oct 14 11:53:08 2006 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Oct 14 11:53:08 2006 +0000
Change wording on netgame warning message.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 697
---
src/net_gui.c | 4 ++--
1 file 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)