summaryrefslogtreecommitdiff
path: root/modules/page.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-07 20:18:22 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-07 20:18:22 +0000
commit3568ed57e1fc0b0a46ad683b529ea5823a7b78d4 (patch)
tree2a7271215466e90c67bca910bde224e9f405c8cf /modules/page.module
parentbddcee534fb666890d82089742ec709a718588dc (diff)
downloadbrdo-3568ed57e1fc0b0a46ad683b529ea5823a7b78d4.tar.gz
brdo-3568ed57e1fc0b0a46ad683b529ea5823a7b78d4.tar.bz2
- Moving the title.module from core to contrib as discussed on the mailing list.
Diffstat (limited to 'modules/page.module')
-rw-r--r--modules/page.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/page.module b/modules/page.module
index bdbfa0be3..5f4ffe510 100644
--- a/modules/page.module
+++ b/modules/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;
}