diff options
Diffstat (limited to 'templates/show_popular.inc.php')
-rw-r--r-- | templates/show_popular.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_popular.inc.php b/templates/show_popular.inc.php index c3bfeb52..db6cd424 100644 --- a/templates/show_popular.inc.php +++ b/templates/show_popular.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Information')); ?> +<?php show_box_top(T_('Information')); ?> <?php $object_ids = Stats::get_top('song'); $browse = new Browse(); |