From: Arun Persaud Date: Sun, 25 May 2008 17:35:33 +0000 (-0700) Subject: BUGFIX: fixed a typo in the text for poverty X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=cff9193689fb8396795004606c0e05d81a4467c8 BUGFIX: fixed a typo in the text for poverty (reported by Lance) Signed-off-by: Arun Persaud --- 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?". - "yes
\n"; + "Yes
\n"; } } - echo "No,way I take those trump...
\n"; + echo "No way
\n"; echo "
\n"; echo "
Your cards are:
\n";