- Bugfix: corrected the context sensitive help of the main admin page. Fixes bug

#3756.
4.3.x
Dries Buytaert 2003-10-23 14:53:18 +00:00
parent 8806f4c564
commit 6ec1718963
1 changed files with 1 additions and 1 deletions

View File

@ -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.");