From aef3b8761f32e07b73ce4ab93399074e78fad856 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 7 Oct 2013 09:42:43 -0400 Subject: [PATCH] Fix ts() usage. --- templates/CRM/Contribute/Form/ContributionPage/Premium.tpl | 6 +----- xml/templates/civicrm_data.tpl | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl b/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl index cd027a569b..b5b03a0634 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl @@ -24,11 +24,7 @@ +--------------------------------------------------------------------+ *}
- {ts}Edit - Premiums Settings - to customize the title and introductory message (e.g ...in appreciation of your support, you will be able to select - from a number of exciting thank-you gifts...). You can optionally provide a contact email address and/or - phone number for inquiries.{/ts} + {ts}Edit Premiums Settings to customize the title and introductory message (e.g ...in appreciation of your support, you will be able to select from a number of exciting thank-you gifts...). You can optionally provide a contact email address and/or phone number for inquiries.{/ts} {ts}Then select and review the premiums that you want to offer on this contribution page.{/ts}
diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 29b44de746..0029a0623f 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -358,8 +358,8 @@ VALUES (@option_group_id_act, '{ts escape="sql"}Edit Batch{/ts}', 43, 'Edit Batch', NULL, 1, 0, 43, 'Edit Batch', 0, 1, 1, @contributeCompId, NULL), -- new sms options - (@option_group_id_act, '{ts escape="sql"}SMS delivery{/ts}', 44, 'SMS delivery', NULL, 1, NULL, 44, '{ts escape="sql"}SMS delivery.{/ts}', 0, 1, 1, NULL, NULL), - (@option_group_id_act, '{ts escape="sql"}Inbound SMS{/ts}', 45, 'Inbound SMS', NULL, 1, NULL, 45, '{ts escape="sql"}Inbound SMS.{/ts}', 0, 1, 1, NULL, NULL), + (@option_group_id_act, '{ts escape="sql"}SMS delivery{/ts}', 44, 'SMS delivery', NULL, 1, NULL, 44, '{ts escape="sql"}SMS delivery{/ts}', 0, 1, 1, NULL, NULL), + (@option_group_id_act, '{ts escape="sql"}Inbound SMS{/ts}', 45, 'Inbound SMS', NULL, 1, NULL, 45, '{ts escape="sql"}Inbound SMS{/ts}', 0, 1, 1, NULL, NULL), (@option_group_id_gender, '{ts escape="sql"}Female{/ts}', 1, 'Female', NULL, 0, NULL, 1, NULL, 0, 0, 1, NULL, NULL), (@option_group_id_gender, '{ts escape="sql"}Male{/ts}', 2, 'Male', NULL, 0, NULL, 2, NULL, 0, 0, 1, NULL, NULL), -- 2.25.1