X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Ftournaments.pl;h=fce241e83fca1ce25b96153ef2cb59f651cc58fe;hb=eef57263709c5dc7e1f361075e5ce8cb7b7b2367;hp=8417b3c3af24bdd8e4baa57ea2e95607a739a271;hpb=721adff0d70d1f13dee093b7a0620a2a9c088d02;p=ccbs diff --git a/html/tournaments.pl b/html/tournaments.pl index 8417b3c..fce241e 100755 --- a/html/tournaments.pl +++ b/html/tournaments.pl @@ -8,5 +8,5 @@ my $dbh = ccbs::db_connect(); my $tournaments = ccbs::db_fetch_all($dbh, 'SELECT * FROM tournaments NATURAL JOIN seasons ORDER BY season, date'); ccbs::print_header(); -ccbs::process_template('tournaments.tmpl', 'Turneringer', { tournaments => $tournaments }); +ccbs::process_template('tournaments.tmpl', _('Tournaments'), { tournaments => $tournaments }); $dbh->disconnect;