aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/permalinks.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/goto/permalinks.tpl')
-rw-r--r--admin/template/goto/permalinks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl
index 1c8f5968e..0b5607fad 100644
--- a/admin/template/goto/permalinks.tpl
+++ b/admin/template/goto/permalinks.tpl
@@ -60,7 +60,7 @@
<td>{$permalink.date_deleted}</td>
<td>{$permalink.last_hit}</td>
<td>{$permalink.hit}</td>
- <td><a href="{$permalink.U_DELETE}" {$TAG_INPUT_ENABLED}><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/delete.png" alt="[{'delete'|@translate}]" class="button"></a></td>
+ <td><a href="{$permalink.U_DELETE}" {$TAG_INPUT_ENABLED}><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/Delete.png" alt="[{'Delete'|@translate}]" class="button"></a></td>
</tr>
{/foreach}
</table>