From 6ec17189638f923bc11bb5bdbcfbefe79020788c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Oct 2003 14:53:18 +0000 Subject: - Bugfix: corrected the context sensitive help of the main admin page. Fixes bug #3756. --- 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 fa7b045c2..95a14a082 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -17,7 +17,7 @@ function admin_help($section) { $output .= t("Handles the administration pages."); break; case "admin": - $output .= t("Welcome to the administration section. 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,bread crumbs, 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."); + $output .= t("Welcome to the administration section. Below are the most recent system events."); break; case "admin/overview": $output = t("This is a complete overview of the site administration page."); -- cgit v1.2.3