Index: modules/book/book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.module,v retrieving revision 1.433 diff -u -r1.433 book.module --- modules/book/book.module 11 Aug 2007 14:06:15 -0000 1.433 +++ modules/book/book.module 13 Aug 2007 18:04:26 -0000 @@ -527,7 +527,7 @@ function book_remove_form(&$form_state, $node) { $form['#node'] = $node; - return confirm_form($form, t('Are you sure you want to remove %title from the book hierarchy?', array('%title' => $node->title)), 'node/'. $node->nid, array('yes' => t('Remove'))); + return confirm_form($form, t('Are you sure you want to remove %title from the book hierarchy?', array('%title' => $node->title)), 'node/'. $node->nid, t('Any child pages will be relocated automatically.'), t('Remove')); } /**