diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index cf69c46a1..ad96b1c05 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2577,7 +2577,7 @@ function hook_schema() { 'not null' => TRUE, 'default' => ''), 'title' => array( - 'description' => 'The title of this node, always treated a non-markup plain text.', + 'description' => 'The title of this node, always treated as non-markup plain text.', 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, |