Minor spelling mistake in user edit form

jonathan_hunt - January 30, 2007 - 03:20
Project:Mail
Version:4.7.x-1.x-dev
Component:Documentation
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

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

#1

deekayen - November 16, 2007 - 19:06
Component:Code» Documentation
Priority:normal» minor
Status:active» fixed

#2

Anonymous - November 30, 2007 - 19:11
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.