Harmonize writing PDFs without apostrophe
authorBenjamin Bock <bb@users.noreply.github.com>
Thu, 23 Nov 2023 15:42:31 +0000 (16:42 +0100)
committerBenjamin Bock <bb@users.noreply.github.com>
Tue, 19 Dec 2023 08:05:18 +0000 (09:05 +0100)
Co-authored-by: William Mortada <williammortada@thirdsectordesign.org>
templates/CRM/Admin/Form/Setting/Miscellaneous.tpl
templates/CRM/Contribute/Form/Task/PDFLetter.hlp

index e8750fae96c6a413c002a4c4c999f21d91e3ca68..4aa45bb8bdcd7acf1c36932adf86e6f1e666775b 100644 (file)
       <tr class="crm-miscellaneous-form-block-weasyprintPath">
         <td class="label">{$form.weasyprintPath.label}</td>
         <td>{$form.weasyprintPath.html}<br />
-          <p class="description">{ts 1="https://weasyprint.org/"}<a href="%1">weasyprint is an alternative utility for generating PDF's</a> which is a successor to the discontinued wkhtmltopdf. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}</p>
+          <p class="description">{ts 1="https://weasyprint.org/"}<a href="%1">weasyprint is an alternative utility for generating PDFs</a> which is a successor to the discontinued wkhtmltopdf. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}</p>
         </td>
       </tr>
       <tr class="crm-miscellaneous-form-block-wkhtmltopdfPath">
         <td class="label">{$form.wkhtmltopdfPath.label}</td>
         <td>{$form.wkhtmltopdfPath.html}<br />
-          <p class="description">{ts 1="http://wkhtmltopdf.org/"}<a href="%1">wkhtmltopdf is an alternative utility for generating PDF's</a> which may provide better performance especially if you are generating a large number of PDF letters or receipts. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}</p>
+          <p class="description">{ts 1="http://wkhtmltopdf.org/"}<a href="%1">wkhtmltopdf is an alternative utility for generating PDFs</a> which may provide better performance especially if you are generating a large number of PDF letters or receipts. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}</p>
         </td>
       </tr>
       {foreach from=$pure_config_settings item=setting_name}
index 16183280aa7ae53235be7e3867f0a8180c1a000a..567cf83fc172cff4f757ef41c692f3380b3062db 100644 (file)
@@ -21,5 +21,5 @@
   {ts}Print and Email Options{/ts}
 {/htxt}
 {htxt id="id-contribution-email-print"}
-  <p>{ts}You can choose to send thank-you letters as emails to contacts who are able to receive email. If you choose to do this, you can also decide whether to only print PDF's for the remaining contacts OR generate PDF's for all.{/ts}</p>
+  <p>{ts}You can choose to send thank-you letters as emails to contacts who are able to receive email. If you choose to do this, you can also decide whether to only print PDFs for the remaining contacts OR generate PDFs for all.{/ts}</p>
 {/htxt}