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/subsilver2/template/captcha_qa.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/captcha_qa.html') diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html index 3a5778b33e..90a6492400 100644 --- a/phpBB/styles/subsilver2/template/captcha_qa.html +++ b/phpBB/styles/subsilver2/template/captcha_qa.html @@ -2,7 +2,7 @@ {L_CONFIRM_QUESTION} - {QA_CONFIRM_QUESTION}:
{L_CONFIRM_QUESTION_EXPLAIN} + {QA_CONFIRM_QUESTION}{L_COLON}
{L_CONFIRM_QUESTION_EXPLAIN} tabindex="{$CAPTCHA_TAB_INDEX}" /> -- cgit v1.2.1