diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-24 10:19:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-24 10:19:06 +0000 |
commit | 8f78e6885bbbb977af00ce54c74fa2006e384e9a (patch) | |
tree | f32bedca137f9a36019b6e68912f9001de1bc8fe /templates/show_genres.inc.php | |
parent | 7a4d5df34f6391a7f94023112fbeb0bba330ffa5 (diff) | |
download | ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.gz ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.bz2 ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.zip |
fixed some browsing stuff that I broke a while back
Diffstat (limited to 'templates/show_genres.inc.php')
-rw-r--r-- | templates/show_genres.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index d2df78ba..1e60c8ba 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -65,7 +65,7 @@ foreach ($object_ids as $genre_id) { <?php } // end foreach genres ?> <tr class="th-bottom"> <th class="cel_add"><?php echo _('Add'); ?></th> - <th class="cel_genre"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Genre'),'sort_genre_name'); ?></th> + <th class="cel_genre"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Genre'),'sort_genre_name_bottom'); ?></th> <th class="cel_songs"><?php echo _('Songs'); ?></th> <th class="cel_action"><?php echo _('Action'); ?></th> </tr> |