X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=html%2Frandomsongs.pl;h=6a3ec9c14dacfba0abf1c39d5305cadf1e0a5bcf;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hp=daa36cb529d90b0ada9696cb20c57613a4202887;hpb=c7283b6a8ab12956329719e4b73f4cbe9450a681;p=ccbs diff --git a/html/randomsongs.pl b/html/randomsongs.pl index daa36cb..6a3ec9c 100755 --- a/html/randomsongs.pl +++ b/html/randomsongs.pl @@ -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'} });