aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-08-22 01:12:31 +0000
committerrvelices <rv-github@modusoptimus.com>2008-08-22 01:12:31 +0000
commit707351a95cc6f0afa71d684b775bd24e50880ce4 (patch)
tree25b6b14ba74417720612733f72c7bee35dfb46ba /template
parent0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f (diff)
- language - removed 2 unnecessary keys from admin.lang
- language - moved some keys from common.lang to admin.lang git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/comment_list.tpl2
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>