CRM-15603 - Standardize case of 'Participant Count'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 02:39:05 +0000 (21:39 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000 (08:41 -0500)
CRM/Price/Form/Option.php

index 543ed011402c3f2b4b2e03e710043a2152d33d65..1437de358a923a86a6dbfc0e99114ccbf4200ab0 100644 (file)
@@ -178,7 +178,7 @@ class CRM_Price_Form_Option extends CRM_Core_Form {
         if (in_array($eventComponentId, $allComponents)) {
           $this->isEvent = TRUE;
           // count
-          $this->add('text', 'count', ts('Participants Count'));
+          $this->add('text', 'count', ts('Participant Count'));
           $this->addRule('count', ts('Please enter a valid Max Participants.'), 'positiveInteger');
 
           $this->add('text', 'max_value', ts('Max Participants'));