diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-15 08:39:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-15 08:39:03 +0000 |
commit | 5e16a499cecb73aa868ef9b59a450f4dab9dbd72 (patch) | |
tree | dda15aa4c1e896e3bed8851084f08a4d6dfbf89f | |
parent | 7ea831c54f266f17581c1e4048bb325c403f4571 (diff) | |
download | brdo-5e16a499cecb73aa868ef9b59a450f4dab9dbd72.tar.gz brdo-5e16a499cecb73aa868ef9b59a450f4dab9dbd72.tar.bz2 |
- Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node module's install file.
-rw-r--r-- | modules/node/node.install | 4 |
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, |