aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_remote.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_remote.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_remote.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_avatar_options_remote.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
index 02704c5be8..ec5a22b691 100644
--- a/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
@@ -1,9 +1,9 @@
<dl>
- <dt><label for="av_remote_url">{L_LINK_REMOTE_AVATAR}:</label><br /><span>{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></dt>
+ <dt><label for="av_remote_url">{L_LINK_REMOTE_AVATAR}{L_COLON}</label><br /><span>{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></dt>
<dd><input type="text" name="av_remote_url" id="av_remote_url" value="{AV_REMOTE_URL}" class="inputbox" /></dd>
</dl>
<dl>
- <dt><label for="width">{L_LINK_REMOTE_SIZE}:</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt>
+ <dt><label for="width">{L_LINK_REMOTE_SIZE}{L_COLON}</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt>
<dd>
<label for="av_remote_width"><input type="text" name="av_remote_width" id="av_remote_width" size="3" value="{AV_REMOTE_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> &times;&nbsp;
<label for="av_remote_height"><input type="text" name="av_remote_height" id="av_remote_height" size="3" value="{AV_REMOTE_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>