aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-12 15:06:44 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-12 15:08:46 +0100
commit4c4b82416b8c7b3a8f97b12ca96699bea0bde91d (patch)
treea325aac502df38b967e20b02a44330507ee2ce53 /phpBB/styles/prosilver/template/ucp_avatar_options_local.html
parent4c9820d1ca47d088146f3f52fb1126821efe3646 (diff)
downloadforums-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/styles/prosilver/template/ucp_avatar_options_local.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_avatar_options_local.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
index 9f726e2ff9..9ca9b6e9ec 100644
--- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
@@ -1,4 +1,4 @@
-<label for="category">{L_AVATAR_CATEGORY}: <select name="av_local_cat" id="category">
+<label for="category">{L_AVATAR_CATEGORY}{L_COLON} <select name="av_local_cat" id="category">
<option value="">{L_NO_AVATAR_CATEGORY}</option>
<!-- BEGIN av_local_cats -->
<option value="{av_local_cats.NAME}"<!-- IF av_local_cats.SELECTED --> selected="selected"<!-- ENDIF -->>{av_local_cats.NAME}</option>