Fix my bad English
authorunc0rr
Sun, 16 Aug 2009 16:56:34 +0000
changeset 2318 f3407513dc42
parent 2317 30d19505b22a
child 2319 738f1271f0ef
Fix my bad English
gameServer/HWProtoCore.hs
--- 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 ""