BUGFIX: fixed a type on the welcome screen
[e-DoKo.git] / include / welcome.php
index 6c9a6bc91d2fd0c26bb58291f5e4f5e0cf677678..2b2a23b72efe084490fce87a93cd6eaa7495cd18 100644 (file)
@@ -59,7 +59,7 @@ echo "<p> If you want to play a game of Doppelkopf, you found the right place ;)
 if($pre == 0)
   echo "<p> At the moment there are no games that are being started ";
  else if($pre==1)
-   echo "<p> At the moment there is one games that is being started ";
+   echo "<p> At the moment there is one game that is being started ";
  else
    echo "<p> At the moment there are $pre games that are being started ";