? send.patch
Index: send.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/send/send.inc,v
retrieving revision 1.16
diff -r1.16 send.inc
20c20
<     '#description'   => t('Leave blank to suppress link'),
---
>     '#description'   => t('The text for the link to the email form. Use <em>&lt;none&gt;</em> to hide this link.'),
Index: send.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/send/send.module,v
retrieving revision 1.35
diff -r1.35 send.module
154c154
<       if ($linktext) {
---
>       if ($linktext != '<none>') {
