summaryrefslogtreecommitdiffstats
path: root/templates/rightbar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 20:09:10 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-30 20:09:10 +0000
commitada7cc35422bcb4702d48c94e461307d7f8e9eb1 (patch)
treef2997bd2fa93490bde120b72289f70168c61348b /templates/rightbar.inc.php
parent3267cf14b9fa2ffdf1918fe68dd067ee932a5867 (diff)
downloadampache-ada7cc35422bcb4702d48c94e461307d7f8e9eb1.tar.gz
ampache-ada7cc35422bcb4702d48c94e461307d7f8e9eb1.tar.bz2
ampache-ada7cc35422bcb4702d48c94e461307d7f8e9eb1.zip
sync to trunk
Diffstat (limited to 'templates/rightbar.inc.php')
-rw-r--r--templates/rightbar.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php
index 4a264b16..fab81de3 100644
--- a/templates/rightbar.inc.php
+++ b/templates/rightbar.inc.php
@@ -65,7 +65,7 @@
<?php echo Ajax::text('?action=basket&type=dynamic&random_type=album',_('Related Album'),'rb_add_related_album'); ?>
</li>
<li>
- <?php echo Ajax::text('?action=basket&type=dynamic&random_type=genre',_('Related Genre'),'rb_add_related_genre'); ?>
+ <?php echo Ajax::text('?action=basket&type=dynamic&random_type=tag',_('Related Tag'),'rb_add_related_tag'); ?>
</li>
</ul>
</li>