diff options
author | Gotcha <gotcha@piwigo.org> | 2010-05-22 10:17:42 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-05-22 10:17:42 +0000 |
commit | 1416cc82c894f12ee4ff13b6583496cea289eb06 (patch) | |
tree | 853e63c2caf138bbab78ed017a628e274eacf24c /admin | |
parent | 082801305dc0a7b24230b336c89a6691f0738cf6 (diff) |
Correction lang key
"group" => "Group"
git-svn-id: http://piwigo.org/svn/branches/2.1@6280 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 184322a06..692e55fb8 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -30,7 +30,7 @@ </label> <label> - {'group'|@translate} + {'Group'|@translate} {html_options name=group options=$group_options selected=$group_selected} </label> |