--- modules/mail/mail.module    (revision 3318)
+++ modules/mail/mail.module    (working copy)
@@ -274,7 +274,7 @@
     $form['mail']['mail_accept'] = array('#type' => 'checkbox',
       '#title' => t('Accept email'),
       '#default_value' => $edit['mail_accept'],
-      '#description' => t('Allow users posting content to sent it to you by email. Note that your e-mail address is not made public and that privileged users such as site administrators are able to email you even if you choose not to enable this feature.'),
+      '#description' => t('Allow users posting content to send it to you by email. Note that your e-mail address is not made public and that privileged users such as site administrators are able to email you even if you choose not to enable this feature.'),
     );
     return $form;
   }

Comments

deekayen’s picture

Component: Code » Documentation
Priority: Normal » Minor
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.