CRM-15369 recurring wording follow up fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 17 Feb 2015 22:24:48 +0000 (11:24 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 17 Feb 2015 22:39:35 +0000 (11:39 +1300)
templates/CRM/Contribute/Form/Contribution/Confirm.tpl

index cea8f33611cf99653cb9f878fae701ba47877bed..c4bdc3d4528996da929abeaf028184326a908cfa 100644 (file)
                       {if $frequency_interval > 1}
                         <p><strong>{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %1 %2s for %3 installments.{/ts}</strong></p>
                       {else}
-                        <p><strong>{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}</strong></p>
+                        <p><strong>{ts 1=$frequency_unit 2=$installments}I want to contribute this amount every %1 for %2 installments.{/ts}</strong></p>
                       {/if}
                     {else}
                       {if $frequency_interval > 1}
-                        <p><strong>{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %2 for %3 installments.{/ts}</strong></p>
+                        <p><strong>{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}</strong></p>
                       {else}
-                        <p><strong>{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %2.{/ts}</strong></p>
+                        <p><strong>{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}</strong></p>
                       {/if}
                     {/if}
                     <p>{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}</p>