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_avatar_options_local.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_avatar_options_local.html')
-rw-r--r-- | phpBB/adm/style/acp_avatar_options_local.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_avatar_options_local.html b/phpBB/adm/style/acp_avatar_options_local.html index d762fa9008..02ff58fe15 100644 --- a/phpBB/adm/style/acp_avatar_options_local.html +++ b/phpBB/adm/style/acp_avatar_options_local.html @@ -1,5 +1,5 @@ <dl> - <dt><label for="category">{L_AVATAR_CATEGORY}:</label></dt> + <dt><label for="category">{L_AVATAR_CATEGORY}{L_COLON}</label></dt> <dd><select name="av_local_cat" id="category"> <option value="">{L_NO_AVATAR_CATEGORY}</option> <!-- BEGIN av_local_cats --> |