diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-05 23:27:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-05 23:27:17 -0200 |
commit | d60860555af06be4820a7d0f274fe255e469a671 (patch) | |
tree | 56c622d4ff81f44a1eaa147b673050c29228a3ac /muamba.install | |
parent | 8de2c8d6b618f6b06c6e93ead65dbb622e36a54c (diff) | |
download | muamba-d60860555af06be4820a7d0f274fe255e469a671.tar.gz muamba-d60860555af06be4820a7d0f274fe255e469a671.tar.bz2 |
Minor additions
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, |