diff options
Diffstat (limited to 'template/yoga/comment_list.tpl')
-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 320f79717..e891b6d41 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -13,7 +13,7 @@ <ul class="actions" style="float:right"> {if isset($comment.U_DELETE)} <li> - <a href="{$comment.U_DELETE}" title="{'comments_del'|@translate}"> + <a href="{$comment.U_DELETE}" title="{'delete this comment'|@translate}"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" class="button" alt="[delete]" /> </a> </li> |