summaryrefslogtreecommitdiffstats
path: root/templates/show_democratic.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-05-06 11:13:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-05-06 11:13:40 +0000
commit594a84df0456636acc1fa0cfd02c5ad278d746fc (patch)
tree2d59c2abb212b153bbb95d805546f858c49e8474 /templates/show_democratic.inc.php
parent0b63ba290aa8afac25df642a69cf485426512e88 (diff)
downloadampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.gz
ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.bz2
ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.zip
alexey #426 translation patch
Diffstat (limited to 'templates/show_democratic.inc.php')
-rw-r--r--templates/show_democratic.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php
index eef1a4f9..b5fb3405 100644
--- a/templates/show_democratic.inc.php
+++ b/templates/show_democratic.inc.php
@@ -30,7 +30,7 @@ show_box_top($string);
<?php } ?>
<?php if (Access::check('interface','75')) { ?>
<li>
- <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=manage"><?php echo get_user_icon('server_lightning'); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=manage"><?php echo get_user_icon('server_lightning',_('Configure Democratic Playlist')); ?></a>
<?php echo _('Configure Democratic Playlist'); ?>
</li>
<?php if ($democratic->is_enabled()) { ?>