diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 09:09:13 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 09:09:13 +0000 |
| commit | 3d937793625d27f5df4228d093837dc657c56a8b (patch) | |
| tree | 1e484e7d4a0c522de83c1e31c34a8e6ca83b066a | |
| parent | 9e70cf52eb633f7b7c018edbd5323c7d476a7b8a (diff) | |
| download | liberty-3d937793625d27f5df4228d093837dc657c56a8b.tar.gz liberty-3d937793625d27f5df4228d093837dc657c56a8b.tar.bz2 liberty-3d937793625d27f5df4228d093837dc657c56a8b.zip | |
legends with plugin type
| -rw-r--r-- | templates/admin_plugins.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index ff3744e..a5afb6e 100644 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -13,7 +13,7 @@ {jstabs} {foreach from=$pluginTypes item=plugin_type key=plugin_type_label} {jstab title="$plugin_type_label"} - {legend legend=Plugins} + {legend legend=$plugin_type|capitalize|cat:" Plugins"} {if $plugin_type eq 'format'} {formfeedback warning="If you disable a format, content pages using that format can no longer be edited."} {elseif $plugin_type eq 'storage'} |
