CRM-15603 - Standardize case of 'Contact Subtype'
[civicrm-core.git] / CRM / Contact / Import / Parser / Contact.php
index 5007ad6896a4d132ac2622c97ac4c1fa89b9e32d..75d2bb0535ad73965e75e9c200a26cca1b1b6770 100644 (file)
@@ -509,7 +509,7 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Contact_Import_Parser {
         $params['contact_sub_type'] = array_search($subType, $subTypes);
       }
       elseif (!CRM_Contact_BAO_ContactType::isExtendsContactType($subType, $this->_contactType)) {
-        $message = "Mismatched or Invalid Contact SubType.";
+        $message = "Mismatched or Invalid Contact Subtype.";
         array_unshift($values, $message);
         return CRM_Import_Parser::NO_MATCH;
       }