From 4601624395d2f42086d058668b1b96778c8fcbb6 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 17 Apr 2010 23:21:15 -0700 Subject: marked more strings for translation --- include/game.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/game.php') diff --git a/include/game.php b/include/game.php index cafa026..aa25616 100644 --- a/include/game.php +++ b/include/game.php @@ -239,7 +239,7 @@ if($session) if($finalscore) { - echo "Score: \n"; + echo _('Score').": \n"; foreach($finalscore as $user=>$value) { $name = DB_get_name('userid',$user); @@ -1288,7 +1288,7 @@ switch($mystatus) $firstcard = ''; /* first card in a trick */ echo "\n\n"; /* end ul tricks*/ $mycards = DB_get_hand($me); -- cgit v1.2.3-18-g5258