diff options
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/menubar.tpl b/admin/template/goto/menubar.tpl index 7ce3d29e7..1b38c00fa 100644 --- a/admin/template/goto/menubar.tpl +++ b/admin/template/goto/menubar.tpl @@ -11,7 +11,7 @@ <td>{'Author'|@translate}</td> <td>{'Name'|@translate}</td> <td>{'Position'|@translate}</td> - <td>Hide</td> + <td>{'Hide'|@translate}</td> </tr> {foreach from=$blocks item=block name="block_loop"} <tr class="{if $smarty.foreach.block_loop.index is odd}row1{else}row2{/if}"> |