summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-29 19:06:41 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-29 19:06:41 +0000
commit52e6ff80033e99218c628696b62ef7cd1b05e415 (patch)
treec662a3969e11f50e6d78faadba451d6aa504e21f
parente39cfcd22b369684ee88268b3a80b1d293867406 (diff)
downloadbrdo-52e6ff80033e99218c628696b62ef7cd1b05e415.tar.gz
brdo-52e6ff80033e99218c628696b62ef7cd1b05e415.tar.bz2
- "Administration overview" -> "sitemap"
-rw-r--r--modules/admin.module2
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);
}
}