diff options
Diffstat (limited to 'muamba.install')
-rw-r--r-- | muamba.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.install b/muamba.install index bd1a710..9482a05 100644 --- a/muamba.install +++ b/muamba.install @@ -25,7 +25,7 @@ function muamba_schema() { 'not null' => TRUE, ), 'nid' => array( - 'description' => t('The {node}.nid of the borrowed item.'), + 'description' => t('The {node}.nid of an item.'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, |