X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=0522e52888fca392a6f0936d337d76719c79e417;hp=675573def081eabb2c1c6ee204456abfaf067d42;hb=5558a017d8dae308e025009f3cc013087b6be8e1;hpb=2cdf1aaa58d842342c91104edc53074a061df20b diff --git a/remoteglot.pl b/remoteglot.pl index 675573d..0522e52 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -1178,7 +1178,7 @@ sub long_score { if (exists($info->{'score_cp' . $mpv})) { my $score = $info->{'score_cp' . $mpv} * 0.01; if ($score == 0) { - return " 0.00"; + return "Score: 0.00"; } if ($pos->{'toplay'} eq 'B') { $score = -$score;