From ef30e8dc1cb759718e702791e78c0d46ae704fb0 Mon Sep 17 00:00:00 2001 From: laryn Date: Wed, 26 Nov 2014 14:17:59 -0600 Subject: [PATCH] Fix spelling mistake Particiapnt => Participant --- CRM/Event/Import/Form/MapField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Import/Form/MapField.php b/CRM/Event/Import/Form/MapField.php index 43f78d1066..57ed04e49f 100644 --- a/CRM/Event/Import/Form/MapField.php +++ b/CRM/Event/Import/Form/MapField.php @@ -335,7 +335,7 @@ class CRM_Event_Import_Form_MapField extends CRM_Import_Form_MapField { continue; } if ($self->_onDuplicate == CRM_Import_Parser::DUPLICATE_UPDATE) { - $errors['_qf_default'] .= ts('Missing required field: Provide Particiapnt ID') . '
'; + $errors['_qf_default'] .= ts('Missing required field: Provide Participant ID') . '
'; } else { $errors['_qf_default'] .= ts('Missing required contact matching fields.') . " $fieldMessage " . ts('(Sum of all weights should be greater than or equal to threshold: %1).', array( -- 2.25.1