summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-12 19:29:36 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-12 19:29:36 +0000
commitcccca3b17e3bd409c6325029c650294c8722c7d1 (patch)
treeca75091ea8f0a5abfc14510c791dd78f2394c046 /includes/common.inc
parente136a247c37d588022b1d569f853c4eabb0bc174 (diff)
downloadbrdo-cccca3b17e3bd409c6325029c650294c8722c7d1.tar.gz
brdo-cccca3b17e3bd409c6325029c650294c8722c7d1.tar.bz2
- Patch #44261 by Kobus/Zen: drupal -> Drupal.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 210403561..e60ca1b3c 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -260,7 +260,7 @@ function drupal_site_offline() {
drupal_set_header('HTTP/1.0 503 Service unavailable');
drupal_set_title(t('Site offline'));
print theme('maintenance_page', variable_get('site_offline_message',
- t('%site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('%site' => variable_get('site_name', t('This drupal site'))))));
+ t('%site is currently under maintenance. We should be back shortly. Thank you for your patience.', array('%site' => variable_get('site_name', t('This Drupal site'))))));
}
/**