diff options
author | Arun Persaud <arun@nubati.net> | 2009-05-29 19:10:56 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-05-29 19:10:56 -0700 |
commit | 51fcc71c971df1a1983ceff9d0e40ffff3ddeafe (patch) | |
tree | 0a374bf1cbf679fa6b10ae9071b07bd98fd9c458 /include/output.php | |
parent | 8866e45d0593dc0564ad8fb4ecfe108f413eaffb (diff) | |
download | e-DoKo-51fcc71c971df1a1983ceff9d0e40ffff3ddeafe.tar.gz e-DoKo-51fcc71c971df1a1983ceff9d0e40ffff3ddeafe.tar.bz2 e-DoKo-51fcc71c971df1a1983ceff9d0e40ffff3ddeafe.zip |
BUGFIX: extra "the" in message
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"message\">\n<form action=\"index.php?action=new\" method=\"post\">\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 " <input type=\"hidden\" name=\"PlayerA\" value=\"$playerA\" />\n"; echo " <input type=\"hidden\" name=\"PlayerB\" value=\"$playerB\" />\n"; echo " <input type=\"hidden\" name=\"PlayerC\" value=\"$playerC\" />\n"; |