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 85f70c7f6..a0f52f5e1 100644 --- a/modules/book.module +++ b/modules/book.module @@ -412,7 +412,7 @@ function book_view($node, $main = 0) { // build the tree from bottom to top to have the book index in $level for navigation later $path = book_location($node); $trail[] = l(t("Home"), ""); - $trail[] = l(t("books"), "book"); + $trail[] = l(t("Books"), "book"); foreach ($path as $level) { $trail[] = l($level->title, "node/view/$level->nid"); } |