diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/comment_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl index ee4f4efb8..96dc5c379 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -22,7 +22,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> @@ -38,4 +38,4 @@ <hr/> {/if} {/foreach} -</ul>
\ No newline at end of file +</ul> |