CRM-17186 - Add ts tags & normalize strings for paypal button
authorColeman Watts <coleman@civicrm.org>
Fri, 11 Sep 2015 20:27:44 +0000 (16:27 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 11 Sep 2015 20:27:44 +0000 (16:27 -0400)
templates/CRM/Contribute/Form/Contribution/Confirm.tpl
templates/CRM/Event/Form/Registration/Confirm.tpl
templates/CRM/Financial/Form/PaypalPro.tpl
tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/4/Register.tpl
tools/drupal/modules/multicurrency/templates/CRM/Event/Form/Registration/8/Register.tpl

index 7b93d51deb64da1ec79252ffab0d35cfc23a410b..205deab4973685fe7ac5b32eb53be9c0073fffb7 100644 (file)
                 <td class="description">{ts}Click the Google Checkout button to continue.{/ts}</td>
             </tr>
             <tr>
-                <td>{$form._qf_Confirm_next_checkout.html} <span style="font-size:11px; font-family: Arial, Verdana;">Checkout securely.  Pay without sharing your financial information. </span></td>
+                <td>{$form._qf_Confirm_next_checkout.html} <span style="font-size:11px; font-family: Arial, Verdana;">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span></td>
             </tr>
         </table>
         </fieldset>
index 4210676946aed805fef84eb49f16472448e091c3..d3bd3528db4bf5b239c639dfbbe715d053694082 100644 (file)
                     <td class="description">{ts}Click the Google Checkout button to continue.{/ts}</td>
                   </tr>
                   <tr>
-                    <td>{$form._qf_Confirm_next_checkout.html} <span style="font-size:11px; font-family: Arial, Verdana;">Checkout securely.  Pay without sharing your financial information. </span></td>
+                    <td>{$form._qf_Confirm_next_checkout.html} <span style="font-size:11px; font-family: Arial, Verdana;">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span></td>
                   </tr>
                 </table>
             </div>
index 17e08783f6566883a3a4c3be5fb0ce8fb9d243be..4fc8935b29765f9499e2d0bd6211a5bfa34e332c 100644 (file)
@@ -32,7 +32,7 @@
   <div class="crm-section no-label {$form.$expressButtonName.name}-section">
     <div class="content description">
       {$form.$expressButtonName.html}
-      <div class="description">{ts}Save time. Checkout securely. Pay without sharing your financial information.{/ts}</div>
+      <div class="description">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</div>
     </div>
   </div>
 {/if}
index ec1c8a685c8bec569931c9235e69a5cde060bd51..73fea2f39d7b258e6d2b8fc633de9b97c589e577 100644 (file)
     <fieldset><legend>{ts}Checkout with PayPal{/ts}</legend>
     <table class="form-layout-compressed">
     <tr><td class="description">{ts}Click the PayPal button to continue.{/ts}</td></tr>
-    <tr><td>{$form.$expressButtonName.html} <span style="font-size:11px; font-family: Arial, Verdana;">Checkout securely.  Pay without sharing your financial information. </span></td></tr>
+    <tr><td>{$form.$expressButtonName.html} <span style="font-size:11px; font-family: Arial, Verdana;">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span></td></tr>
     </table>
     </fieldset>
 {/if}
index ec1c8a685c8bec569931c9235e69a5cde060bd51..73fea2f39d7b258e6d2b8fc633de9b97c589e577 100644 (file)
     <fieldset><legend>{ts}Checkout with PayPal{/ts}</legend>
     <table class="form-layout-compressed">
     <tr><td class="description">{ts}Click the PayPal button to continue.{/ts}</td></tr>
-    <tr><td>{$form.$expressButtonName.html} <span style="font-size:11px; font-family: Arial, Verdana;">Checkout securely.  Pay without sharing your financial information. </span></td></tr>
+    <tr><td>{$form.$expressButtonName.html} <span style="font-size:11px; font-family: Arial, Verdana;">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span></td></tr>
     </table>
     </fieldset>
 {/if}