summaryrefslogtreecommitdiffstats
path: root/templates/show_album_art.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
committermomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
commitf9270baba89803586e3d4eaf0b246961b5df75ca (patch)
treec06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_album_art.inc.php
parentc16f287900ca5ec869b151af00759ea852f39287 (diff)
downloadampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip
Modified: More translatable templates.
Diffstat (limited to 'templates/show_album_art.inc.php')
-rw-r--r--templates/show_album_art.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php
index 71148b88..1bfced78 100644
--- a/templates/show_album_art.inc.php
+++ b/templates/show_album_art.inc.php
@@ -38,13 +38,13 @@ while ($i <= $rows) {
else {
?>
<td align="center">
- <a href="<?php echo $image_url; ?>" target="_blank"><img src="<?php echo $image_url; ?>" alt="Album Art" border="0" height="175" width="175" /></a>
+ <a href="<?php echo $image_url; ?>" target="_blank"><img src="<?php echo $image_url; ?>" alt="<?php echo _('Album Art'); ?>" border="0" height="175" width="175" /></a>
<br />
<p align="center">
<?php if (is_array($dimensions)) { ?>
[<?php echo intval($dimensions['width']); ?>x<?php echo intval($dimensions['heigh']); ?>]
- <?php } ?>
- [<a href="<?php echo Config::get('web_path'); ?>/albums.php?action=select_art&amp;image=<?php echo $key; ?>&amp;album_id=<?php echo intval($_REQUEST['album_id']); ?>">Select</a>]
+ <?php } ?>
+ [<a href="<?php echo Config::get('web_path'); ?>/albums.php?action=select_art&amp;image=<?php echo $key; ?>&amp;album_id=<?php echo intval($_REQUEST['album_id']); ?>"><?php echo _('Select'); ?></a>]
</p>
</td>
<?php