]> git.sesse.net Git - ccbs/blobdiff - html/add-tournament.pl
Start gettextifying Perl scripts (and thus titles) as well.
[ccbs] / html / add-tournament.pl
index 44c05361e73b0ac88344cb12681f58c7a68596ed..471ce1f55dffcb441049105cf8fda60f6b8b4cb0 100755 (executable)
@@ -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,