From: Eileen McNaughton Date: Tue, 17 Feb 2015 22:24:48 +0000 (+1300) Subject: CRM-15369 recurring wording follow up fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c2ce7ee362cddeaa7110794cc6487b75db821e21;p=civicrm-core.git CRM-15369 recurring wording follow up fix --- diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index cea8f33611..c4bdc3d452 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -103,13 +103,13 @@ {if $frequency_interval > 1}

{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %1 %2s for %3 installments.{/ts}

{else} -

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}

+

{ts 1=$frequency_unit 2=$installments}I want to contribute this amount every %1 for %2 installments.{/ts}

{/if} {else} {if $frequency_interval > 1} -

{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %2 for %3 installments.{/ts}

+

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}

{else} -

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %2.{/ts}

+

{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}

{/if} {/if}

{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}