diff options
Diffstat (limited to 'include/welcome.php')
-rw-r--r-- | include/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<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 "; |