summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-07-01 20:36:40 +0000
committerDries Buytaert <dries@buytaert.net>2008-07-01 20:36:40 +0000
commitbb232c728af46441b22f071dd9cfb01d31ec69cf (patch)
tree289a4a22cd777ee24c34a6675f3bec241f533420 /modules/system/system.install
parentfae9063c681b11cc48347a11b4dc0f06baffb4ce (diff)
downloadbrdo-bb232c728af46441b22f071dd9cfb01d31ec69cf.tar.gz
brdo-bb232c728af46441b22f071dd9cfb01d31ec69cf.tar.bz2
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.
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 044f52ef4..55eb7b10d 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -210,7 +210,7 @@ function system_requirements($phase) {
elseif ($phase == 'install') {
// For the installer UI, we need different wording. 'value' will
// be treated as version, so provide none there.
- $description = $error . ' ' . $t('An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually, or ensure that the installer has the permissions to create it automatically. For more information, please see INSTALL.txt or the <a href="@handbook_url">on-line handbook</a>.', array('@handbook_url' => 'http://drupal.org/server-permissions'));
+ $description = $error . ' ' . $t('An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually, or ensure that the installer has the permissions to create it automatically. For more information, please see INSTALL.txt or the <a href="@handbook_url">online handbook</a>.', array('@handbook_url' => 'http://drupal.org/server-permissions'));
$requirements['file system']['value'] = '';
}
if (!empty($description)) {