aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-03-07 13:42:33 +0000
committerddtddt <ddtddt@piwigo.org>2010-03-07 13:42:33 +0000
commitd71468599514e8af1a9b0c0ca7718445ca7ce19b (patch)
treecaa353d4edc505521285ca7858253950d5f82469 /admin/template
parent61cf190aaf820731627eaaeca345ae3d71a11f39 (diff)
[Branche2] bug:1486
git-svn-id: http://piwigo.org/svn/branches/2.0@5070 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r--admin/template/goto/permalinks.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl
index 3e04cc3d0..52677b7cb 100644
--- a/admin/template/goto/permalinks.tpl
+++ b/admin/template/goto/permalinks.tpl
@@ -48,9 +48,9 @@
<td>Id {$SORT_OLD_CAT_ID}</td>
<td>{'Category'|@translate}</td>
<td>{'Permalink'|@translate} {$SORT_OLD_PERMALINK}</td>
- <td>Deleted on {$SORT_OLD_DATE_DELETED}</td>
- <td>Last hit {$SORT_OLD_LAST_HIT}</td>
- <td style="width:20px;">Hit {$SORT_OLD_HIT}</td>
+ <td>{'Deleted on'|@translate} {$SORT_OLD_DATE_DELETED}</td>
+ <td>{'Last hit'|@translate} {$SORT_OLD_LAST_HIT}</td>
+ <td style="width:20px;">{'Hit'|@translate} {$SORT_OLD_HIT}</td>
<td style="width:5px;"></td>
</tr>
{foreach from=$deleted_permalinks item=permalink}