X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Frandomsongs.pl;h=6a3ec9c14dacfba0abf1c39d5305cadf1e0a5bcf;hp=daa36cb529d90b0ada9696cb20c57613a4202887;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hpb=c7283b6a8ab12956329719e4b73f4cbe9450a681 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'} });