]> git.sesse.net Git - ccbs/blobdiff - html/randomsongs.pl
There is no freshcolumnheading.
[ccbs] / html / randomsongs.pl
index daa36cb529d90b0ada9696cb20c57613a4202887..6a3ec9c14dacfba0abf1c39d5305cadf1e0a5bcf 100755 (executable)
@@ -9,7 +9,7 @@ my $dbh = ccbs::db_connect();
 my $ref = $dbh->selectrow_hashref('SELECT COUNT(*) AS num_used FROM randomsongsused');
 
 ccbs::print_header();
-ccbs::process_template('randomsongs.tmpl', 'Sangvelger', {
+ccbs::process_template('randomsongs.tmpl', _('Song selector'), {
                num_used => $ref->{'num_used'}
        });