From c485b545550faa036e1c35b2296c39d85b8cfca9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Aug 2003 10:11:10 +0000 Subject: - Fixed a number of small user experience inconsistencies pointed out by Keith. --- modules/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book.module') 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"); } -- cgit v1.2.3