diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book.module | 2 | ||||
-rw-r--r-- | modules/book/book.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/book.module b/modules/book.module index ebf710e89..d62d33f90 100644 --- a/modules/book.module +++ b/modules/book.module @@ -256,7 +256,7 @@ function book_node_link($node = 0) { if ($op == t('Remove from book outline')) { db_query('DELETE FROM {book} WHERE nid = %d', $node->nid); - drupal_set_message(t('Removed the node form the book.')); + drupal_set_message(t('Removed the post from the book.')); } $output .= '<h3>'. t('Edit book outline for node "%booktitle"', array('%booktitle' => '<em>'. $node->title .'</em>')) .'</h3>'; diff --git a/modules/book/book.module b/modules/book/book.module index ebf710e89..d62d33f90 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -256,7 +256,7 @@ function book_node_link($node = 0) { if ($op == t('Remove from book outline')) { db_query('DELETE FROM {book} WHERE nid = %d', $node->nid); - drupal_set_message(t('Removed the node form the book.')); + drupal_set_message(t('Removed the post from the book.')); } $output .= '<h3>'. t('Edit book outline for node "%booktitle"', array('%booktitle' => '<em>'. $node->title .'</em>')) .'</h3>'; |