summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/book.module2
-rw-r--r--modules/book/book.module2
2 files changed, 2 insertions, 2 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')));
}
}
diff --git a/modules/book/book.module b/modules/book/book.module
index 8698c3a00..02323e2b1 100644
--- a/modules/book/book.module
+++ b/modules/book/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')));
}
}