diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-27 06:00:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-27 06:00:43 +0000 |
commit | fe09d5a7867e9f5294e23cb202def475c102fcbc (patch) | |
tree | 32e8ff72d654effe901edecb892600dbd8282aad /modules/poll.module | |
parent | 0ff789c61d1c2ed332064d1af928fb3dfb4800af (diff) | |
download | brdo-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/poll.module')
-rw-r--r-- | modules/poll.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll.module b/modules/poll.module index 36a903bd5..de68cb451 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -163,7 +163,7 @@ function poll_link($type, $node = 0, $main) { if ($type == "system") { if (user_access("create polls")) { - menu("node/add/poll",t("create poll"), NULL, NULL, 0); + menu("node/add/poll",t("poll"), NULL, NULL, 0); } } else if ($type == "page" && user_access("access content")) { |