BUGFIX: fixed a type on the welcome screen
authorArun Persaud <arun@nubati.net>
Thu, 17 Feb 2011 06:30:45 +0000 (22:30 -0800)
committerArun Persaud <apersaud@lbl.gov>
Thu, 17 Feb 2011 06:30:45 +0000 (22:30 -0800)
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)
 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 ";
 
  else
    echo "<p> At the moment there are $pre games that are being started ";