From: francescbassas Date: Wed, 14 Jun 2017 07:38:45 +0000 (+0200) Subject: Contribute page delete message not being translated X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c2a9bc00a201fa73d7c055622677b82ccaf16b2b;p=civicrm-core.git Contribute page delete message not being translated --- diff --git a/templates/CRM/Contribute/Form/ContributionPage/Delete.tpl b/templates/CRM/Contribute/Form/ContributionPage/Delete.tpl index f2eba025f6..a3d2894ca9 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Delete.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Delete.tpl @@ -29,7 +29,7 @@ {if $relatedContributions} {ts 1=$title}You cannot delete this Contribution Page because it has already been used to submit a contribution or membership payment. It is recommended that your disable the page instead of deleting it, to preserve the integrity of your contribution records. If you do want to completely delete this contribution page, you first need to search for and delete all of the contribution transactions associated with this page in CiviContribute.{/ts} {else} - WARNING: Are you sure you want to Delete the selected Contribution Page? A Delete operation cannot be undone. Do you want to continue? + {ts}WARNING: Are you sure you want to Delete the selected Contribution Page? A Delete operation cannot be undone. Do you want to continue?{/ts} {/if}