diff --git a/plugins/FeedsUserProcessor.inc b/plugins/FeedsUserProcessor.inc
index b9bdf8400525d6c73686868c562e07c88e198dba..38a6aea05515eed47a328b35a33509238a9cccad 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;