summaryrefslogtreecommitdiffstats
path: root/templates/show_manage_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_manage_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_manage_democratic.inc.php')
-rw-r--r--templates/show_manage_democratic.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_manage_democratic.inc.php b/templates/show_manage_democratic.inc.php
index 8abab549..0d8bae95 100644
--- a/templates/show_manage_democratic.inc.php
+++ b/templates/show_manage_democratic.inc.php
@@ -55,7 +55,7 @@ show_box_top(_('Manage Democratic Playlists')); ?>
<td><?php echo $democratic->count_items(); ?></td>
<td>
<?php echo Ajax::button('?page=democratic&action=send_playlist&democratic_id=' . $democratic->id,'all',_('Play'),'play_democratic'); ?>
- <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=delete&amp;democratic_id=<?php echo scrub_out($democratic->id); ?>"><?php echo get_user_icon('delete'); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=delete&amp;democratic_id=<?php echo scrub_out($democratic->id); ?>"><?php echo get_user_icon('delete', _('Delete')); ?></a>
</td>
</tr>
<?php } if (!count($playlists)) { ?>