diff options
-rw-r--r-- | modules/admin.module | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |