diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-11-15 18:58:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-11-15 18:58:34 +0000 |
commit | 9a352343b23f11322a43be950200c193757180eb (patch) | |
tree | 800c6cf6b0890608110409e1324ad10c93210650 /modules | |
parent | a6c8b10d8e07075f2bbab81d3d972f3175ebe3ee (diff) | |
download | brdo-9a352343b23f11322a43be950200c193757180eb.tar.gz brdo-9a352343b23f11322a43be950200c193757180eb.tar.bz2 |
- Made "<root>" translatable. Patch by Stefan.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book.module | 2 | ||||
-rw-r--r-- | modules/book/book.module | 2 |
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") .">"; } /* |