From 932518736e9989b2a98e4379b9d6a607c564f2d2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 19 Mar 2008 12:52:37 -0700 Subject: [PATCH] BUGFIX: Typo in one of the emails fixed a small typo Signed-off-by: Arun Persaud --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 0c288c7..f0a434f 100644 --- a/index.php +++ b/index.php @@ -1178,7 +1178,7 @@ else if(myisset("me")) if($gamestatus == 'pre') { echo "

You finished the setup, but not everyone else finished it... ". - "so you need to wait for the others. Just wait for the an email...

"; + "You need to wait for the others. Just wait for an email.

"; break; /* not sure this works... the idea is that you can * only play a card after everyone is ready to play */ } -- 2.25.1