From 9239621a0b0fa21c7ac4a44994a52f4e7a6ae5e6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Aug 2010 02:01:50 +0000 Subject: - Patch #878752 by heather: mis-matched text on maintenance mode administration page. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 08b138469..df12ae6c8 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2167,7 +2167,7 @@ function system_site_maintenance_mode() { '#type' => 'checkbox', '#title' => t('Put site into maintenance mode'), '#default_value' => variable_get('maintenance_mode', 0), - '#description' => t('When enabled, only users with the "Access site in maintenance mode" permission are able to access your site to perform maintenance; all other visitors see the maintenance mode message configured below. Authorized users can log in directly via the user login page.', array('@permissions-url' => url('admin/people/permissions'), '@user-login' => url('user'))), + '#description' => t('When enabled, only users with the "Use the site in maintenance mode" permission are able to access your site to perform maintenance; all other visitors see the maintenance mode message configured below. Authorized users can log in directly via the user login page.', array('@permissions-url' => url('admin/people/permissions'), '@user-login' => url('user'))), ); $form['maintenance_mode_message'] = array( '#type' => 'textarea', -- cgit v1.2.3