From 2894f6be2ecd7c94848092e6eba5fe30289a5260 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 18:09:12 -0500 Subject: [PATCH] CRM-15603 - Standardize phrasing of 'Create new result set' --- CRM/Campaign/Form/Survey/Results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.25.1