diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-25 10:35:33 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-25 10:35:33 -0700 |
commit | cff9193689fb8396795004606c0e05d81a4467c8 (patch) | |
tree | 618ea13a10b455f91573be2f7eca7d5c2bbba84b /include/game.php | |
parent | 671da1a387eb879aec526ea9b7614ff9381e7c0f (diff) | |
download | e-DoKo-cff9193689fb8396795004606c0e05d81a4467c8.tar.gz e-DoKo-cff9193689fb8396795004606c0e05d81a4467c8.tar.bz2 e-DoKo-cff9193689fb8396795004606c0e05d81a4467c8.zip |
BUGFIX: fixed a typo in the text for poverty
(reported by Lance)
Signed-off-by: Arun Persaud <arun@nubati.net>
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 3540be4..55ce7a6 100644 --- a/include/game.php +++ b/include/game.php @@ -744,10 +744,10 @@ switch($mystatus) foreach($cards as $card) if($card<27) $nrtrump++; echo "Player $name has $nrtrump trump. Do you want to take them?". - "<a href=\"index.php?action=game&me=$me&trump=$user\">yes</a> <br />\n"; + "<a href=\"index.php?action=game&me=$me&trump=$user\">Yes</a> <br />\n"; } } - echo "<a href=\"index.php?action=game&me=$me&trump=no\">No,way I take those trump...</a> <br />\n"; + echo "<a href=\"index.php?action=game&me=$me&trump=no\">No way</a> <br />\n"; echo "</div><div>\n"; echo "<div class=\"mycards\">Your cards are: <br />\n"; |