# HG changeset patch
# User unc0rr
# Date 1250441794 0
# Node ID f3407513dc422d1014da3eb8ac049b2d1553d025
# Parent  30d19505b22af5f5134cd3f47fc36dea9d25ce4e
Fix my bad English

diff -r 30d19505b22a -r f3407513dc42 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 ""