shithub: choc

Download patch

ref: 94bff80737b6e3d04ad9c02b06739a431e0396f9
parent: edf23305df765d4a8e35f3ca375566766fa251e4
author: Simon Howard <[email protected]>
date: Sat Oct 14 07:53:08 EDT 2006

Change wording on netgame warning message.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 697

--- 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 @@
     {
         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)