Closed (fixed)
Project:
Mail
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2007 at 03:20 UTC
Updated:
30 Nov 2007 at 19:11 UTC
--- 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
Comment #1
deekayen commentedComment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.