X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=d70a98c2596896b11c536e7f162994f615e7391c;hb=a317762dab2b775334cc85a43b6fe2e3c2097eab;hp=9dc81ffa1bb7c8c0398b8ad89ea025db10dea008;hpb=eef57263709c5dc7e1f361075e5ce8cb7b7b2367;p=ccbs 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'} . "."); }