From 205f8ff01bbbbf010a5bee4734cc169e67d8d452 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 25 Nov 2006 09:04:22 +0000 Subject: #97941 by webchick. Consistent defaults for 'site_name' variable. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index cf296fddb..e516f86b5 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -313,7 +313,7 @@ function drupal_site_offline() { drupal_set_header('HTTP/1.0 503 Service unavailable'); drupal_set_title(t('Site off-line')); print theme('maintenance_page', filter_xss_admin(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', 'Drupal')))))); } /** -- cgit v1.2.3