diff options
author | Arun Persaud <arun@nubati.net> | 2012-05-08 22:19:17 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-05-08 22:25:12 -0700 |
commit | 0082bc6dc92a82f37517ea410f8fd29c1b77f01e (patch) | |
tree | f07bf110a9abaf674f8929e8887407d8318cf6e4 /include | |
parent | 1e258af4136567ab30ce9b54aee751077f80590e (diff) | |
download | e-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')
-rw-r--r-- | include/game.php | 2 |
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: |