diff options
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/extend_for_templates.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/extend_for_templates.tpl b/admin/themes/default/template/extend_for_templates.tpl index 0d093c3bf..bbaa48b5c 100644 --- a/admin/themes/default/template/extend_for_templates.tpl +++ b/admin/themes/default/template/extend_for_templates.tpl @@ -8,7 +8,7 @@ <th>{'Replacers (customized templates)'|@translate}</th> <th>{'Original templates'|@translate}</th> <th>{'Optional URL keyword'|@translate}</th> - <th>{'Bound template'|@translate}</th> + <th>{'Bound Theme'|@translate}</th> </tr> {foreach from=$extents item=tpl name=extent_loop} <tr class="{if $smarty.foreach.extent_loop.index is odd}row1{else}row2{/if}"> |