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 --- .../styles/prosilver/template/viewtopic_body.html | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 01b6a504a2..d17733b618 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -6,7 +6,7 @@

- {L_MODERATOR}{L_MODERATORS}: {MODERATORS} + {L_MODERATOR}{L_MODERATORS}{L_COLON} {MODERATORS}

@@ -47,10 +47,10 @@ @@ -82,7 +82,7 @@
 
-
{L_TOTAL_VOTES} : {TOTAL_VOTES}
+
{L_TOTAL_VOTES}{L_COLON} {TOTAL_VOTES}
@@ -179,7 +179,7 @@
{L_DOWNLOAD_NOTICE}
{postrow.EDITED_MESSAGE} -
{L_REASON}: {postrow.EDIT_REASON} +
{L_REASON}{L_COLON} {postrow.EDIT_REASON}
@@ -202,17 +202,17 @@
 
-
{L_POSTS}: {postrow.POSTER_POSTS}
-
{L_JOINED}: {postrow.POSTER_JOINED}
-
{L_LOCATION}: {postrow.POSTER_FROM}
+
{L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
+
{L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
+
{L_LOCATION}{L_COLON} {postrow.POSTER_FROM}
-
{postrow.PROFILE_FIELD1_NAME}: {postrow.PROFILE_FIELD1_VALUE}
+
{postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE}
-
{postrow.custom_fields.PROFILE_FIELD_NAME}: {postrow.custom_fields.PROFILE_FIELD_VALUE}
+
{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE}
@@ -221,7 +221,7 @@