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 | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_profile_profile_info.html') diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index b6f6a8988d..03d89e8590 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -11,54 +11,54 @@

{ERROR}

-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-

{L_BIRTHDAY_EXPLAIN}
+

{L_BIRTHDAY_EXPLAIN}
- - - + + +
-
for="{profile_fields.FIELD_ID}">{profile_fields.LANG_NAME}: * +
for="{profile_fields.FIELD_ID}">{profile_fields.LANG_NAME}{L_COLON} *
{profile_fields.LANG_EXPLAIN}
{profile_fields.ERROR}
{profile_fields.FIELD}
-- cgit v1.2.1