From cb3a404b753d4d34a2c3463f22e0399a2edf79c8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 21 Aug 2004 16:53:49 +0000 Subject: - Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'. --- modules/book.module | 2 +- modules/book/book.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 .= '

'. t('Edit book outline for node "%booktitle"', array('%booktitle' => ''. $node->title .'')) .'

'; 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 .= '

'. t('Edit book outline for node "%booktitle"', array('%booktitle' => ''. $node->title .'')) .'

'; -- cgit v1.2.3