diff options
Diffstat (limited to 'modules/node/node.install')
-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 77063da92..d0867f328 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -43,7 +43,7 @@ function node_schema() { 'default' => '', ), 'uid' => array( - 'description' => 'The {user}.uid that owns this node; initially, this is the user that created it.', + 'description' => 'The {users}.uid that owns this node; initially, this is the user that created it.', 'type' => 'int', 'not null' => TRUE, 'default' => 0, @@ -227,7 +227,7 @@ function node_schema() { 'not null' => TRUE, ), 'uid' => array( - 'description' => 'The {user}.uid that created this version.', + 'description' => 'The {users}.uid that created this version.', 'type' => 'int', 'not null' => TRUE, 'default' => 0, |