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/ucp_pm_options.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_pm_options.html') diff --git a/phpBB/styles/prosilver/template/ucp_pm_options.html b/phpBB/styles/prosilver/template/ucp_pm_options.html index dde8ee639b..247be8b6fd 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_options.html +++ b/phpBB/styles/prosilver/template/ucp_pm_options.html @@ -9,12 +9,12 @@

{ERROR_MESSAGE}

{NOTIFICATION_MESSAGE}

- +

{L_DEFINED_RULES}

    -
  1. {L_IF} {rule.CHECK} {rule.RULE} {rule.STRING} | {rule.ACTION}: {rule.FOLDER}
  2. +
  3. {L_IF} {rule.CHECK} {rule.RULE} {rule.STRING} | {rule.ACTION}{L_COLON} {rule.FOLDER}
  4. {L_NO_RULES_DEFINED}
  5. @@ -26,7 +26,7 @@
    -
    for="check_option">{L_IF}:
    +
    for="check_option">{L_IF}{L_COLON}
    {CHECK_CURRENT}
    @@ -81,26 +81,26 @@
    -
    +
    {L_MAX_FOLDER_REACHED}

    - +
    -
    +
    -
    +

    -
    +
    -
    +
    @@ -109,15 +109,15 @@
    -
    +
    -
    +
    -

    {L_DEFAULT_ACTION_EXPLAIN}
    +

    {L_DEFAULT_ACTION_EXPLAIN}
    {DEFAULT_ACTION}
    -- cgit v1.2.1