diff options
author | Marc Alexander <admin@m-a-styles.de> | 2012-11-12 15:06:44 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-12 15:08:46 +0100 |
commit | 4c4b82416b8c7b3a8f97b12ca96699bea0bde91d (patch) | |
tree | a325aac502df38b967e20b02a44330507ee2ce53 /phpBB/adm/style/acp_users_avatar.html | |
parent | 4c9820d1ca47d088146f3f52fb1126821efe3646 (diff) | |
download | forums-4c4b82416b8c7b3a8f97b12ca96699bea0bde91d.tar forums-4c4b82416b8c7b3a8f97b12ca96699bea0bde91d.tar.gz forums-4c4b82416b8c7b3a8f97b12ca96699bea0bde91d.tar.bz2 forums-4c4b82416b8c7b3a8f97b12ca96699bea0bde91d.tar.xz forums-4c4b82416b8c7b3a8f97b12ca96699bea0bde91d.zip |
[feature/avatars] Replace colon usage with {L_COLON}
PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style/acp_users_avatar.html')
-rw-r--r-- | phpBB/adm/style/acp_users_avatar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html index 62c80f14c1..c179e1958d 100644 --- a/phpBB/adm/style/acp_users_avatar.html +++ b/phpBB/adm/style/acp_users_avatar.html @@ -47,7 +47,7 @@ </dl> <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> <dl> - <dt><label>{L_CURRENT_IMAGE}:</label><br /><span>{L_AVATAR_EXPLAIN}</span></dt> + <dt><label>{L_CURRENT_IMAGE}{L_COLON}</label><br /><span>{L_AVATAR_EXPLAIN}</span></dt> <dd>{AVATAR}</dd> </dl> </fieldset> |