From 51fcc71c971df1a1983ceff9d0e40ffff3ddeafe Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 29 May 2009 19:10:56 -0700 Subject: [PATCH] BUGFIX: extra "the" in message --- include/output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.25.1