summaryrefslogtreecommitdiff
path: root/modules/book/book.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-27 06:00:43 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-27 06:00:43 +0000
commitfe09d5a7867e9f5294e23cb202def475c102fcbc (patch)
tree32e8ff72d654effe901edecb892600dbd8282aad /modules/book/book.module
parent0ff789c61d1c2ed332064d1af928fb3dfb4800af (diff)
downloadbrdo-fe09d5a7867e9f5294e23cb202def475c102fcbc.tar.gz
brdo-fe09d5a7867e9f5294e23cb202def475c102fcbc.tar.bz2
- Committed Al's new admin link texts. Remarks:
1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
Diffstat (limited to 'modules/book/book.module')
-rw-r--r--modules/book/book.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index bebd9a24d..5ac34dc67 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -79,8 +79,7 @@ function book_link($type, $node = 0, $main = 0) {
if ($type == "system") {
if (user_access("maintain books")) {
- menu("node/add/book",t("create book page"),NULL, NULL,0);
-
+ menu("node/add/book",t("book page"), NULL, NULL,0);
menu("admin/node/book", "books", NULL, NULL, 4);
menu("admin/node/book/orphan", "orphan pages", NULL, NULL, 8);
menu("admin/node/book/help", "help", NULL, NULL, 9);