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/mcp_ban.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'phpBB/styles/prosilver/template/mcp_ban.html') diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index adcd86d057..591dbf8076 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -43,28 +43,28 @@
-
+
{L_FIND_USERNAME}
-
+
-
+
-
+

-

{L_BAN_EXCLUDE_EXPLAIN}
+

{L_BAN_EXCLUDE_EXPLAIN}
@@ -90,19 +90,19 @@
-
+
-
{L_BAN_LENGTH}:
+
{L_BAN_LENGTH}{L_COLON}
-
{L_BAN_REASON}:
+
{L_BAN_REASON}{L_COLON}
-
{L_BAN_GIVE_REASON}:
+
{L_BAN_GIVE_REASON}{L_COLON}
-- cgit v1.2.1