summaryrefslogtreecommitdiff
path: root/sites/default
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 /sites/default
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 'sites/default')
-rw-r--r--sites/default/default.settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index f2cef06a2..b4134ff9b 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -175,8 +175,8 @@ ini_set('url_rewriter.tags', '');
# 'theme_default' => 'minnelli',
# 'anonymous' => 'Visitor',
/**
- * A custom theme can be set for the off-line page. This applies when the site
- * is explicitly set to off-line mode through the administration page or when
+ * A custom theme can be set for the offline page. This applies when the site
+ * is explicitly set to offline mode through the administration page or when
* the database is inactive due to an error. It can be set through the
* 'maintenance_theme' key. The template file should also be copied into the
* theme. It is located inside 'modules/system/maintenance-page.tpl.php'.