summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/admin_layout_overview.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl
index 88bc03b..1b9998a 100755
--- a/templates/admin_layout_overview.tpl
+++ b/templates/admin_layout_overview.tpl
@@ -11,7 +11,7 @@
{foreach name=PkgLayouts from=$layouts item=layout key=module_package}
{if !$module_package || $module_package == 'kernel'}
- {assign var=tabTitle value="Default"|tra}
+ {assign var=tabTitle value="Default"}
{else}
{assign var=tabTitle value=$module_package|capitalize}
{/if}