diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-16 02:22:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-16 02:22:58 +0000 |
commit | 853bf2a0a5bc77d6ad1d22dbe778eb6b7b1b12be (patch) | |
tree | ad2729c6d009965e68f831f48f18536e425ac6e6 /template/yoga/admin.tpl | |
parent | 114ae324452ac88fe7b672338cba931d838ee2a4 (diff) |
language: cleanup unused, uniformization and no more L_ variables in
category.php and tpl
git-svn-id: http://piwigo.org/svn/trunk@1083 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index b548d3bf4..ca789c1d0 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -31,7 +31,7 @@ </ul> </dd> - <dt>{lang:categories}</dt> + <dt>{lang:Categories}</dt> <dd> <ul> <li><a href="{U_CATEGORIES}">{lang:manage}</a></li> |