From: Arun Persaud Date: Sat, 30 May 2009 02:10:56 +0000 (-0700) Subject: BUGFIX: extra "the" in message X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51fcc71c971df1a1983ceff9d0e40ffff3ddeafe;p=e-DoKo.git BUGFIX: extra "the" in message --- diff --git a/include/output.php b/include/output.php index 161ef3a..b51f439 100644 --- a/include/output.php +++ b/include/output.php @@ -12,7 +12,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) global $RULES; echo "
\n
\n"; - echo "Do you want to continue playing?(This will start a new game, with the $playerD as dealer.)\n"; + echo "Do you want to continue playing?(This will start a new game, with $playerD as dealer.)\n"; echo " \n"; echo " \n"; echo " \n";