diff options
author | Arun Persaud <arun@nubati.net> | 2008-03-19 12:52:37 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2008-03-19 12:52:37 -0700 |
commit | 932518736e9989b2a98e4379b9d6a607c564f2d2 (patch) | |
tree | 389ac743cc6481784065a4ef28b2e520d74e259b /index.php | |
parent | 60ad6707c95493513f42bd8d99598d5b4c81bdc4 (diff) | |
download | e-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.tar.gz e-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.tar.bz2 e-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.zip |
BUGFIX: Typo in one of the emails
fixed a small typo
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1178,7 +1178,7 @@ else if(myisset("me")) if($gamestatus == 'pre') { echo "<p class=\"message\"> You finished the setup, but not everyone else finished it... ". - "so you need to wait for the others. Just wait for the an email... </p>"; + "You need to wait for the others. Just wait for an email. </p>"; break; /* not sure this works... the idea is that you can * only play a card after everyone is ready to play */ } |