From 161f725cbd82bc774fdc5898c39833f220b07e71 Mon Sep 17 00:00:00 2001 From: Nikki Murray Date: Tue, 22 Sep 2015 17:17:01 -0400 Subject: [PATCH] Fixing text to make it more clear that the user has an account but is not registered for an event --- CRM/Utils/System/Drupal6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Drupal6.php b/CRM/Utils/System/Drupal6.php index c557751d96..3e97055860 100644 --- a/CRM/Utils/System/Drupal6.php +++ b/CRM/Utils/System/Drupal6.php @@ -194,7 +194,7 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase { ); } else { - $errors[$emailName] = ts('This email %1 is already registered. Please select another email.', + $errors[$emailName] = ts('This email %1 already has an account associated with it. Please select another email.', array(1 => $email) ); } -- 2.25.1