diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-08-21 16:53:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-08-21 16:53:49 +0000 |
commit | cb3a404b753d4d34a2c3463f22e0399a2edf79c8 (patch) | |
tree | 6b1fb37312cdc4a216e185d32d2d6d9511db9a5e /modules | |
parent | f311646b1eda52d2c4dcf36afb0e9d3876557d40 (diff) | |
download | brdo-cb3a404b753d4d34a2c3463f22e0399a2edf79c8.tar.gz brdo-cb3a404b753d4d34a2c3463f22e0399a2edf79c8.tar.bz2 |
- Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'.
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>'; |