From: Steinar H. Gunderson Date: Tue, 7 Feb 2012 01:29:08 +0000 (+0100) Subject: Fix syntax error in gettextification. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=a317762dab2b775334cc85a43b6fe2e3c2097eab Fix syntax error in gettextification. --- 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'} . "."); }