summaryrefslogtreecommitdiff
path: root/modules/book.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book.module')
-rw-r--r--modules/book.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module
index 0f954c64b..d333da71c 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -454,7 +454,7 @@ function book_toc($parent = 0, $indent = "", $toc = array()) {
*/
if (user_access("administer nodes")) {
- $toc[0] = "<root>";
+ $toc[0] = "<". t("root") .">";
}
/*