X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fadd-tournament.pl;h=471ce1f55dffcb441049105cf8fda60f6b8b4cb0;hb=721adff0d70d1f13dee093b7a0620a2a9c088d02;hp=44c05361e73b0ac88344cb12681f58c7a68596ed;hpb=f0e8278b0d9d92d49601e236e11c80a89695d682;p=ccbs diff --git a/html/add-tournament.pl b/html/add-tournament.pl index 44c0536..471ce1f 100755 --- a/html/add-tournament.pl +++ b/html/add-tournament.pl @@ -13,7 +13,7 @@ my $machines = ccbs::db_fetch_all($dbh, 'SELECT * FROM machines'); my $scoringsystems = ccbs::db_fetch_all($dbh, 'SELECT * FROM scoringsystems'); ccbs::print_header(); -ccbs::process_template('add-tournament.tmpl', 'Legg til turnering', { +ccbs::process_template('add-tournament.tmpl', _('Add tournament'), { seasons => $seasons, countries => $countries, machines => $machines,