diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-04 15:34:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-04 15:34:00 +0000 |
commit | 318f913669b63598b1ba1402c492b1751bd32c41 (patch) | |
tree | bcb6999c6ff04e47418efe30e792ad97dac07cb7 /templates/sidebar.inc.php | |
parent | ffac7359918b54193dab135d2ab7310271f5902b (diff) | |
download | ampache-318f913669b63598b1ba1402c492b1751bd32c41.tar.gz ampache-318f913669b63598b1ba1402c492b1751bd32c41.tar.bz2 ampache-318f913669b63598b1ba1402c492b1751bd32c41.zip |
renamed random play to just random...
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> |