From cff9193689fb8396795004606c0e05d81a4467c8 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 25 May 2008 10:35:33 -0700 Subject: [PATCH] BUGFIX: fixed a typo in the text for poverty (reported by Lance) Signed-off-by: Arun Persaud --- include/game.php | 4 ++-- 1 file 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?". - "yes
\n"; + "Yes
\n"; } } - echo "No,way I take those trump...
\n"; + echo "No way
\n"; echo "
\n"; echo "
Your cards are:
\n"; -- 2.25.1