gameServer/HWProtoCore.hs
changeset 2318 f3407513dc42
parent 2311 977ee15c3c1f
child 2706 935b7d618cf0
--- a/gameServer/HWProtoCore.hs	Sun Aug 16 14:56:09 2009 +0000
+++ b/gameServer/HWProtoCore.hs	Sun Aug 16 16:56:34 2009 +0000
@@ -59,7 +59,7 @@
 		adminSign = if isAdministrator client then "@" else ""
 		roomStatus =
 			if gameinprogress room
-			then if teamsInGame client > 0 then "(plays)" else "(spectates)"
+			then if teamsInGame client > 0 then "(playing)" else "(spectating)"
 			else ""