diff options
author | Arun Persaud <arun@nubati.net> | 2009-01-26 16:57:07 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2009-01-26 16:57:07 -0800 |
commit | 0bb6975e8b766bfe5dfd150285d8dc06b3a2832d (patch) | |
tree | db1f94af8963722f8f438419a3c850951c3538fb | |
parent | c7a14bb90bb3ce1a8e49b27460217a49a1fd4720 (diff) | |
download | e-DoKo-0bb6975e8b766bfe5dfd150285d8dc06b3a2832d.tar.gz e-DoKo-0bb6975e8b766bfe5dfd150285d8dc06b3a2832d.tar.bz2 e-DoKo-0bb6975e8b766bfe5dfd150285d8dc06b3a2832d.zip |
CLEANUP: removed a debug message
just a small cleanup.
-rw-r--r-- | include/newgame.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newgame.php b/include/newgame.php index 8930b13..40ab74d 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -171,8 +171,8 @@ else /* send out email, TODO: check for error with email */ $message = "\n". - "you are invited to play a game of DoKo (that is to debug the program ;).\n". - "Place comments and bug reports here:\n". + "you are invited to play a game of DoKo.\n". + "Please, place comments and bug reports here:\n". "http://wiki.nubati.net/index.php?title=EmailDoko\n\n". "The whole round would consist of the following players:\n". "$PlayerA\n". |