diff options
author | Arun Persaud <arun@nubati.net> | 2009-07-21 21:06:29 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-07-21 21:06:29 -0700 |
commit | 8413d51c55c34d83798127c9ba39358d86902c51 (patch) | |
tree | 95e6a521cd96928951b70bf27e26165f2cd792e1 /include/game.php | |
parent | 1ce0838714ea7db3fc3557cb79f1ad82d8bfd708 (diff) | |
download | e-DoKo-8413d51c55c34d83798127c9ba39358d86902c51.tar.gz e-DoKo-8413d51c55c34d83798127c9ba39358d86902c51.tar.bz2 e-DoKo-8413d51c55c34d83798127c9ba39358d86902c51.zip |
BUFIX: fixed a typo
Diffstat (limited to 'include/game.php')
-rw-r--r-- | include/game.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/game.php b/include/game.php index 564c5c4..7335382 100644 --- a/include/game.php +++ b/include/game.php @@ -595,8 +595,8 @@ switch($mystatus) else if($nines) { /* cancel game */ - $message = "the game has been canceled because ".DB_get_name('userid',$nines). - "has five or more nines and nobody is playing solo.\n\n". + $message = "The game has been canceled because ".DB_get_name('userid',$nines). + " has five or more nines and nobody is playing solo.\n\n". "To redeal either start a new game or, in case the game was part of a tournament,\n". "go to the last game and use the link at the bottom of the page to redeal.\n\n"; |