summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-23 14:53:18 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-23 14:53:18 +0000
commit6ec17189638f923bc11bb5bdbcfbefe79020788c (patch)
tree08f3ebb45e2a90f7bce4eacf02c83bf32b53c4c7 /modules
parent8806f4c5642f46a09896ec4ee1d2a65f35b59de5 (diff)
downloadbrdo-6ec17189638f923bc11bb5bdbcfbefe79020788c.tar.gz
brdo-6ec17189638f923bc11bb5bdbcfbefe79020788c.tar.bz2
- Bugfix: corrected the context sensitive help of the main admin page. Fixes bug
#3756.
Diffstat (limited to 'modules')
-rw-r--r--modules/admin.module2
1 files changed, 1 insertions, 1 deletions
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.");