diff --git a/modules/system/system.module b/modules/system/system.module
index c85dee17f5cb19a6db0128fab381af9cf06bf212..25e1e5f0e8d78f5c5d9d852f6e757187849d5049 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -3101,7 +3101,7 @@ function system_send_email_action_form($context) {
     '#title' => t('Recipient'),
     '#default_value' => $context['recipient'],
     '#maxlength' => '254',
-    '#description' => t('The email address to which the message should be sent OR enter [node:author:mail], [comment:author:mail], etc. if you would like to send an e-mail to the author of the original post.'),
+    '#description' => t('The e-mail address to which the message should be sent OR enter [node:author:mail], [comment:author:mail], etc. if you would like to send an e-mail to the author of the original post.'),
   );
   $form['subject'] = array(
     '#type' => 'textfield',