From 3815b7d586210febf0c888c975866217682a9b86 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 11 Sep 2015 16:27:44 -0400 Subject: [PATCH] CRM-17186 - Add ts tags & normalize strings for paypal button --- templates/CRM/Contribute/Form/Contribution/Confirm.tpl | 2 +- templates/CRM/Event/Form/Registration/Confirm.tpl | 2 +- templates/CRM/Financial/Form/PaypalPro.tpl | 2 +- .../templates/CRM/Event/Form/Registration/4/Register.tpl | 2 +- .../templates/CRM/Event/Form/Registration/8/Register.tpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 7b93d51deb..205deab497 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -286,7 +286,7 @@ {ts}Click the Google Checkout button to continue.{/ts} - {$form._qf_Confirm_next_checkout.html} Checkout securely. Pay without sharing your financial information. + {$form._qf_Confirm_next_checkout.html} {ts}Checkout securely. Pay without sharing your financial information.{/ts} diff --git a/templates/CRM/Event/Form/Registration/Confirm.tpl b/templates/CRM/Event/Form/Registration/Confirm.tpl index 4210676946..d3bd3528db 100644 --- a/templates/CRM/Event/Form/Registration/Confirm.tpl +++ b/templates/CRM/Event/Form/Registration/Confirm.tpl @@ -201,7 +201,7 @@ {ts}Click the Google Checkout button to continue.{/ts} - {$form._qf_Confirm_next_checkout.html} Checkout securely. Pay without sharing your financial information. + {$form._qf_Confirm_next_checkout.html} {ts}Checkout securely. Pay without sharing your financial information.{/ts} diff --git a/templates/CRM/Financial/Form/PaypalPro.tpl b/templates/CRM/Financial/Form/PaypalPro.tpl index 17e08783f6..4fc8935b29 100644 --- a/templates/CRM/Financial/Form/PaypalPro.tpl +++ b/templates/CRM/Financial/Form/PaypalPro.tpl @@ -32,7 +32,7 @@
{$form.$expressButtonName.html} -
{ts}Save time. Checkout securely. Pay without sharing your financial information.{/ts}
+
{ts}Checkout securely. Pay without sharing your financial information.{/ts}
{/if} diff --git a/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/4/Register.tpl b/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/4/Register.tpl index ec1c8a685c..73fea2f39d 100644 --- a/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/4/Register.tpl +++ b/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/4/Register.tpl @@ -135,7 +135,7 @@
{ts}Checkout with PayPal{/ts} - +
{ts}Click the PayPal button to continue.{/ts}
{$form.$expressButtonName.html} Checkout securely. Pay without sharing your financial information.
{$form.$expressButtonName.html} {ts}Checkout securely. Pay without sharing your financial information.{/ts}
{/if} diff --git a/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/8/Register.tpl b/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/8/Register.tpl index ec1c8a685c..73fea2f39d 100644 --- a/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/8/Register.tpl +++ b/tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/8/Register.tpl @@ -135,7 +135,7 @@
{ts}Checkout with PayPal{/ts} - +
{ts}Click the PayPal button to continue.{/ts}
{$form.$expressButtonName.html} Checkout securely. Pay without sharing your financial information.
{$form.$expressButtonName.html} {ts}Checkout securely. Pay without sharing your financial information.{/ts}
{/if} -- 2.25.1