From fe09d5a7867e9f5294e23cb202def475c102fcbc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Sep 2003 06:00:43 +0000 Subject: - 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. --- modules/page.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/page.module') diff --git a/modules/page.module b/modules/page.module index f03699cce..db19c566f 100644 --- a/modules/page.module +++ b/modules/page.module @@ -97,7 +97,7 @@ function page_link($type) { if ($type == "system") { if (user_access("maintain static pages")) { - menu("node/add/page", t("create static page"), NULL, NULL, 0); + menu("node/add/page", t("static page"), NULL, NULL, 0); } } -- cgit v1.2.3