projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd5f58
)
BUGFIX: fixed a type on the welcome screen
author
Arun Persaud
<arun@nubati.net>
Thu, 17 Feb 2011 06:30:45 +0000
(22:30 -0800)
committer
Arun Persaud
<apersaud@lbl.gov>
Thu, 17 Feb 2011 06:30:45 +0000
(22:30 -0800)
include/welcome.php
patch
|
blob
|
history
diff --git
a/include/welcome.php
b/include/welcome.php
index 6c9a6bc91d2fd0c26bb58291f5e4f5e0cf677678..2b2a23b72efe084490fce87a93cd6eaa7495cd18 100644
(file)
--- 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 game
s
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 ";