]> git.sesse.net Git - ccbs/blobdiff - html/set-active-tournament.pl
Gettextify more (the rest?).
[ccbs] / html / set-active-tournament.pl
index 4a17ef2ef6e925c807db0cbc01f8868b3b6b82bf..f3e1a7b300e432e4a8132ea709cba89724a83365 100755 (executable)
@@ -10,7 +10,7 @@ my $ref = $dbh->selectrow_hashref('SELECT * FROM bigscreen.active_tournament');
 my $active_tournament = (defined($ref)) ? $ref->{'tournament'} : -1;
 
 ccbs::print_header();
-ccbs::process_template('set-active-tournament.tmpl', 'Sett aktiv turnering', {
+ccbs::process_template('set-active-tournament.tmpl', _('Set active tournament'), {
                tournaments => $tournaments,
                active_tournament => $active_tournament
        });