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/prosilver/template/ucp_pm_message_header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html') diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index c02a34f83d..29e6a5a46b 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -1,4 +1,4 @@ -

{L_TITLE}: {CUR_FOLDER_NAME}

+

{L_TITLE}{L_COLON} {CUR_FOLDER_NAME}

@@ -11,7 +11,7 @@ - + @@ -21,9 +21,9 @@ {L_RETURN_TO} {CUR_FOLDER_NAME} {TOTAL_MESSAGES} • - + - + {PAGE_NUMBER} -- cgit v1.2.1