diff options
Diffstat (limited to 'templates/show_artists.inc.php')
-rw-r--r-- | templates/show_artists.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 954686aa..f2bbe8fa 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -49,7 +49,7 @@ foreach ($object_ids as $artist_id) { <?php } //end foreach ($artists as $artist) ?> <tr class="th-bottom"> <th class="cel_add"><?php echo _('Add'); ?></th> - <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Artist'),'artist_sort_name'); ?></th> + <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Artist'),'artist_sort_name_bottom'); ?></th> <th class="cel_songs"> <?php echo _('Songs'); ?> </th> <th class="cel_albums"> <?php echo _('Albums'); ?> </th> <th class="cel_action"> <?php echo _('Action'); ?> </th> |