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=cad6af3b9e717d2bb5694ed8df353d3bbfaa5638;hpb=9a24b6e93516e8ae21abe625b3364814d191c297 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);