From: Coleman Watts Date: Sat, 15 Nov 2014 23:09:12 +0000 (-0500) Subject: CRM-15603 - Standardize phrasing of 'Create new result set' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2894f6be2ecd7c94848092e6eba5fe30289a5260;p=civicrm-core.git CRM-15603 - Standardize phrasing of 'Create new result set' --- diff --git a/CRM/Campaign/Form/Survey/Results.php b/CRM/Campaign/Form/Survey/Results.php index 70b03d6dd5..8b0009c405 100644 --- a/CRM/Campaign/Form/Survey/Results.php +++ b/CRM/Campaign/Form/Survey/Results.php @@ -112,7 +112,7 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { $optionTypes = array('1' => ts('Create new result set')); } else { - $optionTypes = array('1' => ts('Create a new result set'), + $optionTypes = array('1' => ts('Create new result set'), '2' => ts('Use existing result set'), ); $this->add('select',