summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-19 19:10:08 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-19 19:10:08 +0000
commit2f9af75438c58b1aab3e66a8eee81d0168488ed6 (patch)
tree13c371942fd38d496921eae9fcbaf6e0b1b8424b /sites/default
parent680979845ad9c1648a1b262c0fff242ef219c18f (diff)
downloadbrdo-2f9af75438c58b1aab3e66a8eee81d0168488ed6.tar.gz
brdo-2f9af75438c58b1aab3e66a8eee81d0168488ed6.tar.bz2
- Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index a08bb0849..a5e0299c9 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -238,7 +238,7 @@ $conf = array(
# 'anonymous' => 'Visitor',
/**
* 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
+ * is explicitly set to maintenance 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'.