X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fgame.php;h=aa2561699b15a43a74ec8b26f30b69da056b43ed;hp=cafa02658c6e308bc86a60fd65564dff18078de2;hb=4601624395d2f42086d058668b1b96778c8fcbb6;hpb=b485d5119e6e18ea11ac7f7948e199f32b49a906 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);