CRM-16119: Fix incorrect usages of ts().
[civicrm-core.git] / CRM / Contact / Form / DedupeRules.php
index ccf9afe5ee2b97a3bd9b4607d366fd9a5caade46..8730474ac92d8946634ed0b5177f8cc2459113bf 100644 (file)
@@ -45,7 +45,7 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
   protected $_rgid;
 
   /**
-   * Pre processing
+   * Pre processing.
    *
    * @return void
    */
@@ -94,7 +94,7 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -140,7 +140,7 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
   }
 
   /**
-   * Global validation rules for the form
+   * Global validation rules for the form.
    *
    * @param array $fields
    *   Posted values of the form.
@@ -187,7 +187,7 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
   }
 
   /**
-   * Process the form submission
+   * Process the form submission.
    *
    *
    * @return void