Download & Extend

Minor spelling mistake in user edit form

Project:Mail
Version:4.7.x-1.x-dev
Component:Documentation
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

--- 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

#1

Component:Code» Documentation
Priority:normal» minor
Status:active» fixed

#2

Status:fixed» closed (fixed)

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

nobody click here