diff options
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index ce1dc5cb..2388d35f 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -109,7 +109,7 @@ $browse_items[] = array('title'=>_("Lists"),'url'=>'browse.php','active'=>''); </li> <?php } ?> <li> - <a href="<?php echo conf('web_path'); ?>/randomplay.php"><?php echo _("Random Play"); ?></a> + <a href="<?php echo conf('web_path'); ?>/randomplay.php"><?php echo _('Random'); ?></a> </li> <?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?> <li> |