summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-11-15 18:58:34 +0000
committerDries Buytaert <dries@buytaert.net>2002-11-15 18:58:34 +0000
commit9a352343b23f11322a43be950200c193757180eb (patch)
tree800c6cf6b0890608110409e1324ad10c93210650 /modules
parenta6c8b10d8e07075f2bbab81d3d972f3175ebe3ee (diff)
downloadbrdo-9a352343b23f11322a43be950200c193757180eb.tar.gz
brdo-9a352343b23f11322a43be950200c193757180eb.tar.bz2
- Made "<root>" translatable. Patch by Stefan.
Diffstat (limited to 'modules')
-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") .">";
}
/*