]> git.sesse.net Git - ccbs/commitdiff
Fix syntax error in gettextification.
authorSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Tue, 7 Feb 2012 01:29:08 +0000 (02:29 +0100)
committerSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Tue, 7 Feb 2012 01:29:08 +0000 (02:29 +0100)
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'} . ".");
                        }