From 52e6ff80033e99218c628696b62ef7cd1b05e415 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 19:06:41 +0000 Subject: - "Administration overview" -> "sitemap" --- modules/admin.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/admin.module b/modules/admin.module index cb5d36a86..246c422e5 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -19,7 +19,7 @@ function admin_link($type) { $help["admin"] = t("Welcome to the administration page. Below are the most recent system events. To get started please choose an item in the left column. If there is an arrow it will expand into a submenu. To jump up a level use the link above this block of text. To return to the home page click on the site name, and to go to Drupal's home page click on Druplicon, the drop on to the right.", array("%sitemonitor" => url("admin/watchdog"))); $help["overview"] = t("This is a complete overview of the site administration page."); menu("admin", "Administration", NULL, $help["admin"]); - menu("admin/overview", "Administration overview", "overview_callback", $help["overview"], 8); + menu("admin/overview", "sitemap", "overview_callback", $help["overview"], 8); } } -- cgit v1.2.3