diff options
Diffstat (limited to 'templates/show_browse_menu.inc')
-rw-r--r-- | templates/show_browse_menu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_browse_menu.inc b/templates/show_browse_menu.inc index 6edafcfe..bdef2e2a 100644 --- a/templates/show_browse_menu.inc +++ b/templates/show_browse_menu.inc @@ -32,7 +32,7 @@ $web_path = conf('web_path'); $items = array( - _("Artist") => "$web_path/artists.php", + _("Artists") => "$web_path/artists.php", _("Albums") => "$web_path/albums.php", _("Genre") => "$web_path/browse.php?action=genre", ); |