aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/permalinks.tpl
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-03-07 16:07:44 +0000
committerddtddt <ddtddt@piwigo.org>2010-03-07 16:07:44 +0000
commit346751667560369ad90a808ad15e746347f081c5 (patch)
treeea1a483f20dd5c8fab4f171c5c5a6fe28979bd88 /admin/template/goto/permalinks.tpl
parent3088ccc5a2005fece7d79e3a4b136b680dbf1f09 (diff)
Trunk merge 5070 bug:1486
git-svn-id: http://piwigo.org/svn/trunk@5075 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/permalinks.tpl')
-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 0b5607fad..ef5c7f802 100644
--- a/admin/template/goto/permalinks.tpl
+++ b/admin/template/goto/permalinks.tpl
@@ -47,9 +47,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}