summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-09 09:39:37 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-09 09:39:37 +0000
commitad8b1fc113eec2445aa0616c626e772f0efdf3b3 (patch)
tree3355dfc3b0bb59e1e512a96cbbde744f71a62e7e /templates/sidebar.inc.php
parent87495d0d5ca7b429da43cbd141185ede0f42b659 (diff)
downloadampache-ad8b1fc113eec2445aa0616c626e772f0efdf3b3.tar.gz
ampache-ad8b1fc113eec2445aa0616c626e772f0efdf3b3.tar.bz2
ampache-ad8b1fc113eec2445aa0616c626e772f0efdf3b3.zip
testing commit messages
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index 28405e46..eaef278b 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -165,9 +165,9 @@ $web_path = conf('web_path');
<br />
<select name="random_type" style="width:8.7em;">
<option value="Songs"><?php echo _('Songs'); ?></option>
- <option value="Minutes"><?php echo _('Minutes'); ?></option>
- <option value="Artists"><?php echo _('Artists'); ?></option>
- <option value="Albums"><?php echo _('Albums'); ?></option>
+ <option value="length"><?php echo _('Minutes'); ?></option>
+ <option value="full_artist"><?php echo _('Artists'); ?></option>
+ <option value="full_album"><?php echo _('Albums'); ?></option>
<option value="Less Played"><?php echo _('Less Played'); ?></option>
</select>
<br />