summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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") .">";
}
/*
diff --git a/modules/book/book.module b/modules/book/book.module
index 0f954c64b..d333da71c 100644
--- a/modules/book/book.module
+++ b/modules/book/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") .">";
}
/*