From daedf71b7c1683a21df35e2f9d8660e89deeea62 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 13 Jun 2009 20:40:09 +0000 Subject: - Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 1c787f13f..fd383c765 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1727,7 +1727,7 @@ function system_update_6017() { $ret[] = array('success' => TRUE, 'query' => "variable_set($new_name)"); $ret[] = array('success' => TRUE, 'query' => "variable_del($old_name)"); if ($old_name == 'user_mail_approval_body') { - drupal_set_message('Saving an old value of the welcome message body for users that are pending administrator approval. However, you should consider modifying this text, since Drupal can now be configured to automatically notify users and send them their login information when their accounts are approved. See the User settings page for details.'); + drupal_set_message('Saving an old value of the welcome message body for users that are pending administrator approval. However, you should consider modifying this text, since Drupal can now be configured to automatically notify users and send them their login information when their accounts are approved. See the User settings page for details.'); } } } -- cgit v1.2.3