From e232751e1fbce43382f8151d811c967889f9821b Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Thu, 27 Feb 2014 15:04:14 -0800 Subject: [PATCH] Update Group.php Clarify and fix typo in formRule message. --- CRM/Custom/Form/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Custom/Form/Group.php b/CRM/Custom/Form/Group.php index e4af426b6a..ab442190d3 100644 --- a/CRM/Custom/Form/Group.php +++ b/CRM/Custom/Form/Group.php @@ -156,7 +156,7 @@ class CRM_Custom_Form_Group extends CRM_Core_Form { } if (empty($fields['is_multiple']) && $fields['style'] == 'Tab with table') { - $errors['style'] = ts("Display Style 'Tab with table' is only supported for multiple custom data set'"); + $errors['style'] = ts("Display Style 'Tab with table' is only supported for multiple-record custom field sets."); } //checks the given custom set doesnot start with digit -- 2.25.1