]> git.sesse.net Git - ccbs/blobdiff - html/do-edit-scores.pl
Merge branch 'mainline-0.1' of /srv/git.sesse.net/private/ccbs into mainline-0.1
[ccbs] / html / do-edit-scores.pl
index 9dc81ffa1bb7c8c0398b8ad89ea025db10dea008..d70a98c2596896b11c536e7f162994f615e7391c 100755 (executable)
@@ -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'} . ".");
                        }