From 3568ed57e1fc0b0a46ad683b529ea5823a7b78d4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Jul 2004 20:18:22 +0000 Subject: - Moving the title.module from core to contrib as discussed on the mailing list. --- modules/page/page.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/page/page.module') diff --git a/modules/page/page.module b/modules/page/page.module index bdbfa0be3..5f4ffe510 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -135,7 +135,7 @@ function page_form(&$node) { } if (($node->format == 1) && (!user_access('create php content'))) { - drupal_set_message(t('Note: The body contents of this page are written in PHP and you do not have sufficient permissions to make changes to the body. You can edit the other elements of the page.')); + drupal_set_message(t('the body contents of this page are written in PHP and you do not have sufficient permissions to make changes to the body. You can edit the other elements of the page.')); $output .= form_hidden('format', $node->format); $hide_types = true; } -- cgit v1.2.3