summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-01-14 18:35:59 -0800
committerArun Persaud <arun@nubati.net>2013-01-14 18:35:59 -0800
commitd170223b2c1d92771a6bb6dcd2eac07bb2ad777c (patch)
tree2eb3dbed7a3aefb97a81b48123a880314f299949 /include/game.php
parent0336b5b95349ba50004217c385a5f15a5421fece (diff)
downloade-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.tar.gz
e-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.tar.bz2
e-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.zip
BUGIFX: added some set_language functions, fixed some strings for translation, fixed typo
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php
index 9b878aa..6c6b12b 100644
--- a/include/game.php
+++ b/include/game.php
@@ -1698,7 +1698,7 @@ switch($mystatus)
{
set_language($userid,'uid');
$email_message = sprintf(_("A card has been played in game %s.\n\n".
- "It's your turn now.\n".
+ "It's your turn now.\n".
'Use this link to play a card: '),DB_format_gameid($gameid)).$HOST.$INDEX.'?action=game&me='.$next_hash."\n\n" ;
mymail($userid,$gameid, GAME_YOUR_TURN, $email_message);
set_language($myid,'uid');
@@ -1942,6 +1942,7 @@ switch($mystatus)
}
$email_message .= "\n\n (use in-game comments to reach all players)\n\n";
mymail($userids,$gameid, GAME_OVER, $email_message);
+ set_language($myid,'uid');
}
}
else