diff -r 1db2486e45f4 -r 190a8e5d9956 gameServer/HWProtoLobbyState.hs --- 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