diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/comment_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl index fbb8ad7b0..9a344685c 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -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> |