summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
commit9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (patch)
tree764bc2146802b2e35d5b54cf2afb4f428372186a /install.php
parent22444f2fedf0fbe34423128ede822adc0f82e411 (diff)
downloadbrdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.gz
brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.bz2
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index 7bdc17e41..1716ffed9 100644
--- a/install.php
+++ b/install.php
@@ -932,7 +932,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('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.'),
'#required' => TRUE,
'#weight' => -15,
);
@@ -1000,7 +1000,7 @@ function install_configure_form(&$form_state, $url) {
'#title' => st('Update notifications'),
'#options' => array(1 => st('Check for updates automatically')),
'#default_value' => array(1),
- '#description' => st('With this option enabled, Drupal will notify you when new releases are available. This will significantly enhance your site\'s security and is <strong>highly recommended</strong>. This requires your site to periodically send anonymous information on its installed components to <a href="@drupal">drupal.org</a>. For more information please see the <a href="@update">update notification information</a>.', array('@drupal' => 'http://drupal.org', '@update' => 'http://drupal.org/handbook/modules/update')),
+ '#description' => st('With this option enabled, Drupal will notify you when new releases are available. This will significantly enhance your site\'s security and is <strong>highly recommended</strong>. This requires your site to periodically send anonymous information on its installed components to <a href="@drupal">drupal.org</a>. For more information please see the <a href="@update">update notification information</a>.', array('@drupal' => 'http://drupal.org', '@update' => 'http://drupal.org/handbook/modules/update')),
'#weight' => 15,
);