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_viewfolder.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewfolder.html') diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html index 68df22c68e..cb373dc5b6 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html @@ -12,11 +12,11 @@

{L_OPTIONS}

-
+
-
+
@@ -73,7 +73,7 @@ {REPORTED_IMG} {messagerow.ATTACH_ICON_IMG}
{L_MESSAGE_TO} {messagerow.RECIPIENTS}{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} » {messagerow.SENT_TIME} -
{L_SENT_AT}: {messagerow.SENT_TIME}
+
{L_SENT_AT}{L_COLON} {messagerow.SENT_TIME}
{messagerow.FOLDER}{L_UNKNOWN_FOLDER}
@@ -93,7 +93,7 @@
-

+

{L_MARK_ALL}{L_UNMARK_ALL}
@@ -121,7 +121,7 @@
{L_PREVIOUS} {L_NEXT} - + -- cgit v1.2.1