From 0082bc6dc92a82f37517ea410f8fd29c1b77f01e Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 8 May 2012 22:19:17 -0700 Subject: [PATCH] BUGFIX: move some text into the message box --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1