diff options
author | Arun Persaud <arun@nubati.net> | 2010-03-04 12:48:10 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-03-04 12:48:10 -0800 |
commit | 76ce476d3c48709bf6a69b3cc5bd333c4593d66b (patch) | |
tree | bf7cf27bba704e963d8590ad200c13f83bebaf99 /include/output.php | |
parent | bb470d6deeb78f69eb3875f0280a59abfeaa8e7d (diff) | |
download | e-DoKo-76ce476d3c48709bf6a69b3cc5bd333c4593d66b.tar.gz e-DoKo-76ce476d3c48709bf6a69b3cc5bd333c4593d66b.tar.bz2 e-DoKo-76ce476d3c48709bf6a69b3cc5bd333c4593d66b.zip |
changed message for new dealer into message for new startplayer
since there really is no dealer, this was more confusing than helpful.
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 ce72c4e..018372b 100644 --- a/include/output.php +++ b/include/output.php @@ -31,7 +31,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 $playerD as dealer.)\n"; + echo "Do you want to continue playing?(This will start a new game, with $playerA starting the game.)\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"; |