aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-17 00:50:23 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-17 00:50:23 +0100
commitc70cbfac4339529e196934405d0eb2f9672121d5 (patch)
tree38ff2a6f9f27b7837cafa721ef6ea76819094a7f /phpBB/adm/style/acp_groups.html
parent5d0a20bbb684055143b77a630ab1b02270f7f900 (diff)
downloadforums-c70cbfac4339529e196934405d0eb2f9672121d5.tar
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.gz
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.bz2
forums-c70cbfac4339529e196934405d0eb2f9672121d5.tar.xz
forums-c70cbfac4339529e196934405d0eb2f9672121d5.zip
[feature/avatars] Fix acp front-end of user and group avatars
Due to the changes to the avatar manager etc. these had to be updated. PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index 6fb2908b0a..d062064fe9 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -107,9 +107,9 @@
<dd>{AVATAR}</dd>
</dl>
<dl>
- <dt><label>{L_AVATAR_TYPE}</label></dt>
+ <dt><label>{L_AVATAR_TYPE}{L_COLON}</label></dt>
<dd><select name="avatar_driver" id="avatar_driver">
- <option value="">{L_NO_AVATAR}</option>
+ <option value="">{L_NO_AVATAR_CATEGORY}</option>
<!-- BEGIN avatar_drivers -->
<option value="{avatar_drivers.DRIVER}"<!-- IF avatar_drivers.SELECTED --> selected="selected"<!-- ENDIF -->>{avatar_drivers.L_TITLE}</option>
<!-- END avatar_drivers -->