From 6e7e70a18abc4368bc0728db420d1f7f61ad8686 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:43:23 -0500 Subject: [ticket/10780] Replace colon usage in template output with {L_COLON} Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780 --- phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phpBB/styles/subsilver2/template/ucp_profile_avatar.html') diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 3101cb9c18..160f8a2399 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -10,7 +10,7 @@ - {L_CURRENT_IMAGE}:
{L_AVATAR_EXPLAIN} + {L_CURRENT_IMAGE}{L_COLON}
{L_AVATAR_EXPLAIN}
{AVATAR}

 {L_DELETE_AVATAR} @@ -23,29 +23,29 @@ - {L_UPLOAD_AVATAR_FILE}: + {L_UPLOAD_AVATAR_FILE}{L_COLON} - {L_UPLOAD_AVATAR_URL}:
{L_UPLOAD_AVATAR_URL_EXPLAIN} + {L_UPLOAD_AVATAR_URL}{L_COLON}
{L_UPLOAD_AVATAR_URL_EXPLAIN} - {L_LINK_REMOTE_AVATAR}:
{L_LINK_REMOTE_AVATAR_EXPLAIN} + {L_LINK_REMOTE_AVATAR}{L_COLON}
{L_LINK_REMOTE_AVATAR_EXPLAIN} - {L_LINK_REMOTE_SIZE}:
{L_LINK_REMOTE_SIZE_EXPLAIN} + {L_LINK_REMOTE_SIZE}{L_COLON}
{L_LINK_REMOTE_SIZE_EXPLAIN} {L_PIXEL} × {L_PIXEL} - {L_AVATAR_GALLERY}: + {L_AVATAR_GALLERY}{L_COLON} {L_DISPLAY_GALLERY} @@ -55,7 +55,7 @@ {L_AVATAR_GALLERY} - {L_AVATAR_CATEGORY}:   + {L_AVATAR_CATEGORY}{L_COLON}   -- cgit v1.2.1