Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.101
diff -u -p -r1.101 install.php
--- install.php	10 Dec 2007 18:16:19 -0000	1.101
+++ install.php	11 Dec 2007 23:00:41 -0000
@@ -984,7 +984,7 @@ function install_configure_form(&$form_s
     '#type' => 'textfield',
     '#title' => st('Site e-mail address'),
     '#default_value' => ini_get('sendmail_from'),
-    '#description' => st('A valid e-mail address to be used as the "From" address by the auto-mailer during registration, new password requests, notifications, etc. To lessen the likelihood of e-mail being marked as spam, this e-mail address should use the same domain as the website.'),
+    '#description' => st('The <em>From</em> address in automated e-mails sent during registration and new password requests, and other notifications. (Use an address ending in your site\'s domain to help prevent this e-mail being flagged as spam.)'),
     '#required' => TRUE,
     '#weight' => -15,
   );
