Fix the language string. re #66

This commit is contained in:
Sébastien Lucas 2013-05-23 18:32:44 +02:00
parent 5d3f80bd92
commit 0825aae6b6
10 changed files with 14 additions and 12 deletions

View file

@ -91,7 +91,7 @@ $book->getLinkArray ();
{
?>
<p class="popupless">
<h3><?php echo localize("config.Language.label") ?>: </h3>
<h3><?php echo localize("language.title") ?>: </h3>
<?php echo $book->getLanguages () ?>
</p>
<?php