summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-05-08 22:19:17 -0700
committerArun Persaud <arun@nubati.net>2012-05-08 22:25:12 -0700
commit0082bc6dc92a82f37517ea410f8fd29c1b77f01e (patch)
treef07bf110a9abaf674f8929e8887407d8318cf6e4 /include/game.php
parent1e258af4136567ab30ce9b54aee751077f80590e (diff)
downloade-DoKo-0082bc6dc92a82f37517ea410f8fd29c1b77f01e.tar.gz
e-DoKo-0082bc6dc92a82f37517ea410f8fd29c1b77f01e.tar.bz2
e-DoKo-0082bc6dc92a82f37517ea410f8fd29c1b77f01e.zip
BUGFIX: move some text into the message box
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php
index f862fec..5adbff4 100644
--- a/include/game.php
+++ b/include/game.php
@@ -2086,7 +2086,7 @@ switch($mystatus)
/* check if game is over, display results */
if(DB_get_game_status_by_gameid($gameid)=='play')
{
- echo _('The game is over for you... other people still need to play though');
+ $messages[] = _('The game is over for you... other people still need to play though');
}
break;
default: