From d170223b2c1d92771a6bb6dcd2eac07bb2ad777c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 14 Jan 2013 18:35:59 -0800 Subject: BUGIFX: added some set_language functions, fixed some strings for translation, fixed typo --- include/game.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/game.php') 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 -- cgit v1.2.3-18-g5258