summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 16:22:46 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 16:22:46 +0000
commit7f2ca820752f7330114db7256b14a78cc4bad85c (patch)
tree0cb9a32ca2a86b904d57969a8467ce7e223014be /install.php
parent46f4672962cd25ede0d46ac798a264dcdb0b225e (diff)
downloadbrdo-7f2ca820752f7330114db7256b14a78cc4bad85c.tar.gz
brdo-7f2ca820752f7330114db7256b14a78cc4bad85c.tar.bz2
#199874 by gaele, keith.smith and JirkaRybka: better explanation of site email address, slogan and mission based on usability feedback
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 98df16bb4..34c21f3fb 100644
--- a/install.php
+++ b/install.php
@@ -984,7 +984,7 @@ function install_configure_form(&$form_state, $url) {
'#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,
);