? book-link.patch Index: helpinject.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/helpinject/helpinject.module ,v retrieving revision 1.14 diff -u -p -r1.14 helpinject.module --- helpinject.module 6 Apr 2009 14:38:41 -0000 1.14 +++ helpinject.module 7 Apr 2009 17:50:31 -0000 @@ -250,7 +250,7 @@ function helpinject_injection_form(&$for $form['page'] = array( '#type' => 'radios', '#title' => t('Available book pages'), - '#description' => t('Choose the book page that should be used for this item .'), + '#description' => t('Choose the book page that should be used for this item or ') . l('create a new help.', 'node/add/book', array('query' => 'destination= '. request_uri())), '#options' => $options, '#default_value' => empty($defaults) ? $none : $defaults['nid'], );