summaryrefslogtreecommitdiffstats
path: root/templates/show_search_options.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_search_options.inc.php
parent0b63ba290aa8afac25df642a69cf485426512e88 (diff)
downloadampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.gz
ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.bz2
ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.zip
alexey #426 translation patch
Diffstat (limited to 'templates/show_search_options.inc.php')
-rw-r--r--templates/show_search_options.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search_options.inc.php b/templates/show_search_options.inc.php
index d2e4919c..01be5a8f 100644
--- a/templates/show_search_options.inc.php
+++ b/templates/show_search_options.inc.php
@@ -29,7 +29,7 @@
</li>
<?php if (Access::check_function('batch_download')) { ?>
<li>
- <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=browse"><?php echo get_user_icon('batch_download'); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=browse"><?php echo get_user_icon('batch_download', _('Batch Download')); ?></a>
<?php echo _('Batch Download'); ?>
</li>
<?php } ?>