Fix an alt string that existed in the lang file.

Add a missing translation (more to do about it).
This commit is contained in:
Sébastien Lucas 2013-01-06 09:28:49 +01:00
父節點 6f17a4dc65
當前提交 140c88a63c
共有 3 個文件被更改,包括 3 次插入2 次删除

查看文件

@ -23,7 +23,7 @@ $book->getLinkArray ();
<?php
if ($book->hasCover) {
?>
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&amp;height=150" alt="cover" /></a>
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&amp;height=150" alt="<?php echo localize("i18n.coversection") ?>" /></a>
<?php
}
?>