diff options
Diffstat (limited to 'admin/template/goto/permalinks.tpl')
-rw-r--r-- | admin/template/goto/permalinks.tpl | 6 |
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} |