Fix ts() usage.
authorMathieu Lutfy <mathieu@bidon.ca>
Mon, 7 Oct 2013 13:42:43 +0000 (09:42 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 7 Oct 2013 13:42:43 +0000 (09:42 -0400)
templates/CRM/Contribute/Form/ContributionPage/Premium.tpl
xml/templates/civicrm_data.tpl

index cd027a569b5e6ddffd707f09f79cafbf3e5f4e96..b5b03a0634c56715f9bee1c1fc625c9ce4857dcf 100644 (file)
  +--------------------------------------------------------------------+
 *}
 <div id="help">
-  {ts}Edit
-    <strong>Premiums Settings</strong>
-    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 <strong>Premiums Settings</strong> 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}
 </div>
 <div id="id_Premiums" class="crm-block crm-form-block crm-contribution-contributionpage-premium-form-block">
index 29b44de746dd4a4e098fc809e0c9d4a6dd561ddf..0029a0623feac891a33cbdfd560af62f1de292ad 100644 (file)
@@ -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),