X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;fp=html%2Fdo-edit-scores.pl;h=d70a98c2596896b11c536e7f162994f615e7391c;hp=9dc81ffa1bb7c8c0398b8ad89ea025db10dea008;hb=b96dfdd47d90850d85715651e765e14f0f65d560;hpb=3fc5c384357af2b5f14bf1aeb6be27bc4d8f19e4 diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 9dc81ff..d70a98c 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -47,7 +47,7 @@ for my $p ($cgi->param()) { # Fetch the name of the song if we can $ref = $dbh->selectrow_hashref('SELECT title FROM songs WHERE song=?', undef, $cgi->param("song$1-$2")); - ccbs::user_error(_("The song") . $ref->{'title'} _("doesn't have steps for ") . + ccbs::user_error(_("The song") . $ref->{'title'} . _("doesn't have steps for ") . $cgi->param("playmode$1-$2") . " " . $cgi->param("difficulty$1-$2") . _(" on "). $tournamentdata->{'machinename'} . "."); }