From: Arun Persaud Date: Wed, 9 May 2012 05:19:17 +0000 (-0700) Subject: BUGFIX: move some text into the message box X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0082bc6dc92a82f37517ea410f8fd29c1b77f01e;p=e-DoKo.git BUGFIX: move some text into the message box --- 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: