summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-24 09:27:14 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-24 09:27:14 +0000
commit8258959e940d8a73da69f7be7e517588f46531a5 (patch)
treee866a1d1f5f25938c80159ebd41834921d8cc5f2 /modules/system/system.install
parent4f6dab5675b42d9f4ba4f0ad885423342cdce7b0 (diff)
downloadbrdo-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.install2
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.'),
);
}
}