diff options
| author | wjames5 <will@tekimaki.com> | 2009-04-13 22:24:04 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-04-13 22:24:04 +0000 |
| commit | f5690ac28d689009acbd3cab89bc62e5f9547d83 (patch) | |
| tree | 6dd2430e4f0acd5bf9c5b7f5e128ed42f1a7bdd3 | |
| parent | 1895884ef7aea219e103a601b2aac12d8fc57977 (diff) | |
| download | liberty-f5690ac28d689009acbd3cab89bc62e5f9547d83.tar.gz liberty-f5690ac28d689009acbd3cab89bc62e5f9547d83.tar.bz2 liberty-f5690ac28d689009acbd3cab89bc62e5f9547d83.zip | |
cap menu item and translate
| -rw-r--r-- | templates/menu_liberty_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_liberty_admin.tpl b/templates/menu_liberty_admin.tpl index 4d4e51d..e1d7f56 100644 --- a/templates/menu_liberty_admin.tpl +++ b/templates/menu_liberty_admin.tpl @@ -16,6 +16,6 @@ {if $gBitSystem->isPackageActive( 'hotwords' ) } <li><a class="item" href="{$smarty.const.HOTWORDS_PKG_URL}admin/index.php">{tr}Hotwords{/tr}</a></li> {/if} - <li><a class="item" href="{$smarty.const.BIT_ROOT_URL}liberty/list_content.php">List all content</a></li> + <li><a class="item" href="{$smarty.const.BIT_ROOT_URL}liberty/list_content.php">{tr}List All Content{/tr}</a></li> </ul> {/strip} |
