diff options
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index 8698c3a00..02323e2b1 100644 --- a/modules/book.module +++ b/modules/book.module @@ -805,7 +805,7 @@ function book_help($section) { } if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'outline') { - return t('The outline feature allowes you to include post in the <a href="%book">book hierarchy</a>.', array('%book' => url('book'))); + return t('The outline feature allows you to include posts in the <a href="%book">book hierarchy</a>.', array('%book' => url('book'))); } } |