Skip to content

Commit

Permalink
bug 1425 fixed : internationalization's bug on the template comments
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@4881 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Feb 12, 2010
1 parent 7be5566 commit bde6e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions language/fr_FR/admin.lang.php
Expand Up @@ -624,6 +624,7 @@
$lang['Optimizations completed'] = 'Toutes les optimisations ont été réalisées avec succès.';
$lang['Optimizations errors'] = 'Certaines optimisations se sont terminées avec des erreurs.';
$lang['delete this comment'] = 'supprimer ce commentaire';
$lang['validate this comment'] = 'valider ce commentaire';
$lang['link_info_image'] = 'Modifier les informations';
$lang['edit category informations'] = 'éditer les informations de cette catégorie';
$lang['nothing'] = 'rien';
Expand Down
2 changes: 1 addition & 1 deletion template/yoga/comment_list.tpl
Expand Up @@ -29,7 +29,7 @@
{/if}
{if isset($comment.U_VALIDATE)}
<li>
<a href="{$comment.U_VALIDATE}" title="validate this comment">
<a href="{$comment.U_VALIDATE}" title="{'validate this comment'|@translate}">
<img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]">
</a>
</li>
Expand Down

0 comments on commit bde6e61

Please sign in to comment.