Minor spelling mistake in user edit form
jonathan_hunt - January 30, 2007 - 03:20
| Project: | |
| Version: | 4.7.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
#2
Automatically closed -- issue fixed for two weeks with no activity.