Miscellaneous spelling fixes
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 23 Oct 2021 11:09:44 +0000 (12:09 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 23 Oct 2021 20:59:53 +0000 (21:59 +0100)
api/v3/Cxn.php
templates/CRM/Admin/Page/MessageTemplates.hlp
templates/CRM/Contact/Form/Task/Email.hlp
templates/CRM/Contribute/Form/ContributionPage/Custom.hlp
templates/CRM/Contribute/Import/Form/DataSource.hlp
templates/CRM/UF/Form/Group.hlp

index 072479e76336ac1f2ee0458d2ed0d421b71911c4..3ad6508c98437c71717bfb86d350cc9b7d86442b 100644 (file)
@@ -46,7 +46,7 @@ function _civicrm_api3_cxn_register_spec(&$spec) {
  *
  * @param array $params
  *   Array with keys:
- *   - app_guid: The unique identifer of the target application.
+ *   - app_guid: The unique identifier of the target application.
  *   - app_meta_url: The URL for the application's metadata.
  * @return array
  * @throws Exception
index dce28aeeafe0fd45a33c00164f6482e66be49931..a67f40f9f73d3e77ceb5eaa6e20857df13c2a27a 100644 (file)
@@ -30,7 +30,7 @@
 {/htxt}
 {htxt id="id-system-workflow"}
 <p>
-  {ts}System workflow message templates are used to generate the emails sent to consituents and administrators for contribution receipts, event confirmations and many other workflows. You can customize the style and wording of these messages here.{/ts}
+  {ts}System workflow message templates are used to generate the emails sent to constituents and administrators for contribution receipts, event confirmations and many other workflows. You can customize the style and wording of these messages here.{/ts}
 </p>
 <p>
   {ts}Workflow messages include text AND necessary program logic. Use caution when editing so as not to modify the program logic. Be sure to test the workflow and review the emails sent after making any changes. If you find that your changes have caused problems, errors or missing information - you can always &quot;Revert&quot; to the system default for that workflow.{/ts}
index 8fec104b60dd5eea9220bbde21c03a67b8b0eb81..9ae2dcb3df4c22bc58c65274807ad3b7f846fc98 100644 (file)
@@ -15,7 +15,7 @@
 {if !empty($params.logged_in_email_setting) and $params.logged_in_email_setting == "1"}
   <p>{ts}By default, CiviCRM uses the primary email address of the logged in user as the FROM address when sending emails to contacts. However, users with Administer CiviCRM permission can configure one or more general email addresses that can be selected as an alternative. EXAMPLE: "Client Services" &lt;clientservices@example.org&gt;{/ts}</p>
 {else}
-  <p>{ts}CiviCRM is currently configured to only use the defined From Email addresses. If you wish to be able to use the email address of the logged in user as the From Address you will need to set the setting "Allow mail from loged in contact" setting. Users with Administer CiviCRM can set this setting in the SMTP settings.{/ts}<p>
+  <p>{ts}CiviCRM is currently configured to only use the defined From Email addresses. If you wish to be able to use the email address of the logged in user as the From Address you will need to set the setting "Allow mail from logged in contact" setting. Users with Administer CiviCRM can set this setting in the SMTP settings.{/ts}<p>
   {if !empty($params.isAdmin)}
     {capture assign="smtpUrl"}{crmURL p="civicrm/admin/setting/smtp" q="reset=1"}{/capture}
     <p>{ts 1=$smtpUrl}Go to <a href='%1'>Settings - Outbound Mail</a> to enable the usage of the logged in contact's email address as the from email{/ts}</p>
index 8e6545889cd537c8a3caf32518bd23eef2a85544..92683f5f53444089d00dae001e4d8860f05ead47 100644 (file)
   {ts}If you haven't already configured custom fields and a profile to collect data you need for this form, you can create them here using the steps below.{/ts}
 </p>
 <ol>
-  <li>{ts}Create a new profile by clicking the 'Create' button next to 'Include Profile' field below. Name your new profile (e.g. 'Contribution Information').{/ts}</li>
+  <li>{ts}Create a new profile by clicking the 'Create' button next to the 'Include Profile' field. Name your new profile (e.g. 'Contribution Information').{/ts}</li>
   <li>{ts}Add any existing fields needed by dragging them into the profile form builder.{/ts}</li>
   <li>{ts}If you need to create new custom fields, you can also do that within the profile editor. Then add the new custom field(s) to this profile by dragging them into the form builder.{/ts}</li>
-  <li>{ts}Save your profile to return to this screen. You can preview it from here by clicking the Preview (microsope) button.{/ts}</li>
+  <li>{ts}Save your profile to return to this screen. You can preview it from here by clicking the Preview button.{/ts}</li>
 </ol>
 {capture assign=docLinkCustom}{docURL page="user/organising-your-data/custom-fields" text="custom fields"}{/capture}
 {capture assign=docLinkProfile}{docURL page="user/organising-your-data/profiles" text="profiles"}{/capture}
index 404f9b7bea52ef5342963d38835c1bf3cc466213..d63dd0b0b8437f8186002074e78c9719ee709985 100644 (file)
@@ -30,5 +30,5 @@
 {htxt id="id-onDuplicate"}
     <p>{ts}For each import, you can either INSERT new contribution records, or UPDATE existing records. You can not do both types of operations in a single import session.{/ts}</p>
     <p>{ts}If you are INSERTING new contributions, you will need to include a column in your data file containing the values used to link the contribution to an existing contact. You can use the 'Internal Contact ID', an 'External Identifier' (if you are using those in your contact records), OR the property defined in your Unsupervised Duplicate Matching rule (which is Email Address by default).{/ts}</p>
-    <p>{ts}If you are UPDATING existing contributions, you will need to include a unique identifer to match to the existing contribution record. This can be either the CiviCRM-assigned contribution ID, a unique Invoice ID, or a unique Transaction ID.{/ts}</p>
+    <p>{ts}If you are UPDATING existing contributions, you will need to include a unique identifier to match to the existing contribution record. This can be either the CiviCRM-assigned contribution ID, a unique Invoice ID, or a unique Transaction ID.{/ts}</p>
 {/htxt}
index 7142292f7e6d4be58c91b10cec011f3725625707..fdb674fa814b5181daafd1321d0fd68891e545e9 100644 (file)
 {htxt id='id-is_cms_user'}
 {ts 1=`$config->userFramework`}If you are using this profile as a contact signup form, using it in an online contribution page OR an event registration page, anonymous users will be given the option to create a %1 User Account as part of completing the form.{/ts}
 {if $config->userSystem->is_drupal EQ '1'}
-    {ts}This feature requires your Drupal User Settings to allow 'vistors to create accounts' (with or without administrator approval). The 'Email Verification' option may be enabled or disabled.{/ts}
+    {ts}This feature requires your Drupal User Settings to allow 'visitors to create accounts' (with or without administrator approval). The 'Email Verification' option may be enabled or disabled.{/ts}
     {ts}If the 'Email Verification' option is enabled, users will receive a welcome email from Drupal with login information. Otherwise they will select a Password inline, and if administrator approval is not required they will be automatically logged in as soon as the transaction is completed.{/ts}
 {elseif $config->userFramework EQ 'Joomla'}
     {ts}This feature requires the 'Allow User Registration' setting to be 'Yes' in Joomla Global Configuration >> System Settings.{/ts}