From: Arun Persaud Date: Thu, 17 Feb 2011 06:30:45 +0000 (-0800) Subject: BUGFIX: fixed a type on the welcome screen X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2e48f960548296e71256a282bbf2bec3efbd47;p=e-DoKo.git BUGFIX: fixed a type on the welcome screen --- 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 ";