gameServer/HWProtoLobbyState.hs
changeset 6191 190a8e5d9956
parent 6068 e18713ecf1e0
child 6541 08ed346ed341
--- a/gameServer/HWProtoLobbyState.hs	Sun Oct 23 09:01:53 2011 +0200
+++ b/gameServer/HWProtoLobbyState.hs	Sun Oct 23 11:37:52 2011 +0400
@@ -82,7 +82,7 @@
     let chans = map sendChan (cl : jRoomClients)
     return $
         if isNothing maybeRI || not sameProto then 
-            [Warning "No such rooms"]
+            [Warning "No such room"]
             else if isRestrictedJoins jRoom then
             [Warning "Joining restricted"]
             else if roomPassword /= password jRoom then