- Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node module's install file.

merge-requests/26/head
Dries Buytaert 2008-04-15 08:39:03 +00:00
parent 7ea831c54f
commit 5e16a499ce
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ function node_schema() {
'default' => '',
),
'title' => array(
'description' => t('The title of this node, always treated a non-markup plain text.'),
'description' => t('The title of this node, always treated as non-markup plain text.'),
'type' => 'varchar',
'length' => 255,
'not null' => TRUE,
@ -73,7 +73,7 @@ function node_schema() {
'default' => 0,
),
'promote' => array(
'description' => t('Boolean indicating whether the node should displayed on the front page.'),
'description' => t('Boolean indicating whether the node should be displayed on the front page.'),
'type' => 'int',
'not null' => TRUE,
'default' => 0,