There is a little misspelling in 'Thie personal book the node is in.' (Thie -> The).

Also, in
'The book module adds a standard Add child page link to nodes that are in books. Turning on this feature will replace the Add child page link with Add content-type links for each content type that is allowed to appear in a book.'

content-type probably should be replaced by 'content type' (or something like [content-type] to make visible that it is kind of a placeholder)

And by the way: 'The book %book_name is now a regular book' should have a '.' at the end.

I would like to have this corrected in order to provide a good basis for translations (I'm ready for one).

Comments

marcp’s picture

Version: 6.x-1.4 » 6.x-2.x-dev
Priority: Minor » Normal

I'll get this checked in later today.

How does this look for the description on the settings page:

  $form['book_manager_show_create_links_for_each_type'] = array(
    '#type' => 'checkbox',
    '#title' => t('Show create links for each allowed book content type'),
    '#default_value' => variable_get('book_manager_show_create_links_for_each_type', 0),
    '#description' => t('The book module adds a standard <em>Add child page</em> link to nodes that are in books.  Turning on this feature will replace the <em>Add child page</em> link with <em>Add [content-type]</em> links (where <em>[content-type]</em> will be replaced by the human-readable content type name) for each content type that is configured to appear in a book.'),
    '#required' => TRUE,
  );

In fixing the "Thie" typo, I went to test the Views integration and couldn't find the Book Manager field. If you get a chance to test that could you please provide some feedback?

Thanks.

marcp’s picture

Status: Active » Fixed

Fixed in the 2.x branch.

FrankT’s picture

Version: 6.x-2.x-dev » 6.x-1.5
Status: Fixed » Active

It should be fixed in the 1.x version, too. Now V6.x-1.5 is out without being fixed (and without a translation I could provide after that).

marcp’s picture

@FrankT - Sorry this didn't get into the 1.x branch. If you're able to provide me with a patch I'll get it in there. I'd prefer, though, that you use the 2.x-dev code as it is already a lot better.

jgraham’s picture

Status: Active » Closed (won't fix)

1.x is no longer maintained