From df233bdff5bd86e880cb895c3aa6188c8b270fcc Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Thu, 16 Dec 2010 17:21:02 +0000
Subject: [PATCH] Fix typo.

---
 plugins/FeedsUserProcessor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/FeedsUserProcessor.inc b/plugins/FeedsUserProcessor.inc
index b9bdf840..38a6aea0 100644
--- a/plugins/FeedsUserProcessor.inc
+++ b/plugins/FeedsUserProcessor.inc
@@ -127,7 +127,7 @@ class FeedsUserProcessor extends FeedsProcessor {
     $form['defuse_mail'] = array(
       '#type' => 'checkbox',
       '#title' => t('Defuse e-mail addresses'),
-      '#description' => t('This appends _test to all imported e-mail addresses to ensure they cannot be as recipients.'),
+      '#description' => t('This appends _test to all imported e-mail addresses to ensure they cannot be used as recipients.'),
       '#default_value' => $this->config['defuse_mail'],
     );
     return $form;
-- 
GitLab