From 9d2e48f960548296e71256a282bbf2bec3efbd47 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 16 Feb 2011 22:30:45 -0800 Subject: [PATCH] BUGFIX: fixed a type on the welcome screen --- include/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/welcome.php b/include/welcome.php index 6c9a6bc..2b2a23b 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -59,7 +59,7 @@ echo "

If you want to play a game of Doppelkopf, you found the right place ;) if($pre == 0) echo "

At the moment there are no games that are being started "; else if($pre==1) - echo "

At the moment there is one games that is being started "; + echo "

At the moment there is one game that is being started "; else echo "

At the moment there are $pre games that are being started "; -- 2.25.1