diff modules/node/node.install @ 7:fff6d4c8c043 6.3

Drupal 6.3
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:30:28 +0100
parents c1f4ac30525a
children 4347c45bb494
line wrap: on
line diff
--- a/modules/node/node.install	Tue Dec 23 14:30:08 2008 +0100
+++ b/modules/node/node.install	Tue Dec 23 14:30:28 2008 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: node.install,v 1.4 2007/12/18 12:59:21 dries Exp $
+// $Id: node.install,v 1.4.2.1 2008/04/15 08:39:40 dries Exp $
 
 /**
  * Implementation of hook_schema().
@@ -32,7 +32,7 @@
         'not null' => TRUE,
         '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,
@@ -63,7 +63,7 @@
         'not null' => TRUE,
         '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),