diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-24 09:27:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-24 09:27:14 +0000 |
commit | 8258959e940d8a73da69f7be7e517588f46531a5 (patch) | |
tree | e866a1d1f5f25938c80159ebd41834921d8cc5f2 /modules/system/system.install | |
parent | 4f6dab5675b42d9f4ba4f0ad885423342cdce7b0 (diff) | |
download | brdo-8258959e940d8a73da69f7be7e517588f46531a5.tar.gz brdo-8258959e940d8a73da69f7be7e517588f46531a5.tar.bz2 |
- Patch #588480 by aspilicious, droplet: fixed interface string space issues.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index f4a7898a1..a3766e22c 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -379,7 +379,7 @@ function system_requirements($phase) { 'title' => $t('HTTP request status'), 'value' => $t('Fails'), 'severity' => REQUIREMENT_ERROR, - 'description' => $t('Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add <code>$conf[\'drupal_http_request_fails\'] = FALSE;</code> to the bottom of your settings.php file.'), + 'description' => $t('Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add <code>$conf[\'drupal_http_request_fails\'] = FALSE;</code> to the bottom of your settings.php file.'), ); } } |