summaryrefslogtreecommitdiff
path: root/modules/node/node.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.install')
-rw-r--r--modules/node/node.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.install b/modules/node/node.install
index 4e56bf39a..ac2fed9d4 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -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,