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 --- .../template/ucp_profile_profile_info.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'phpBB/styles/subsilver2/template/ucp_profile_profile_info.html') diff --git a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html index 6d5e65a050..19259aebc8 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html @@ -13,51 +13,51 @@ {L_PROFILE_INFO_NOTICE} - {L_UCP_ICQ}: + {L_UCP_ICQ}{L_COLON} - {L_UCP_AIM}: + {L_UCP_AIM}{L_COLON} - {L_UCP_MSNM}: + {L_UCP_MSNM}{L_COLON} - {L_UCP_YIM}: + {L_UCP_YIM}{L_COLON} - {L_UCP_JABBER}: + {L_UCP_JABBER}{L_COLON} - {L_WEBSITE}: + {L_WEBSITE}{L_COLON} - {L_LOCATION}: + {L_LOCATION}{L_COLON} - {L_OCCUPATION}: + {L_OCCUPATION}{L_COLON} - {L_INTERESTS}: + {L_INTERESTS}{L_COLON} - {L_BIRTHDAY}:
{L_BIRTHDAY_EXPLAIN} - {L_DAY}: {L_MONTH}: {L_YEAR}: + {L_BIRTHDAY}{L_COLON}
{L_BIRTHDAY_EXPLAIN} + {L_DAY}{L_COLON} {L_MONTH}{L_COLON} {L_YEAR}{L_COLON} - {profile_fields.LANG_NAME}: + {profile_fields.LANG_NAME}{L_COLON} *
{profile_fields.LANG_EXPLAIN} -- cgit v1.2.1