diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-23 14:53:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-23 14:53:18 +0000 |
commit | 6ec17189638f923bc11bb5bdbcfbefe79020788c (patch) | |
tree | 08f3ebb45e2a90f7bce4eacf02c83bf32b53c4c7 /modules | |
parent | 8806f4c5642f46a09896ec4ee1d2a65f35b59de5 (diff) | |
download | brdo-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.module | 2 |
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."); |