Skip to content
Snippets Groups Projects
Commit df233bdf authored by Alex Barth's avatar Alex Barth
Browse files

Fix typo.

parent 22886878
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ class FeedsUserProcessor extends FeedsProcessor { ...@@ -127,7 +127,7 @@ class FeedsUserProcessor extends FeedsProcessor {
$form['defuse_mail'] = array( $form['defuse_mail'] = array(
'#type' => 'checkbox', '#type' => 'checkbox',
'#title' => t('Defuse e-mail addresses'), '#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'], '#default_value' => $this->config['defuse_mail'],
); );
return $form; return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment