parent
8806f4c564
commit
6ec1718963
|
@ -17,7 +17,7 @@ function admin_help($section) {
|
||||||
$output .= t("Handles the administration pages.");
|
$output .= t("Handles the administration pages.");
|
||||||
break;
|
break;
|
||||||
case "admin":
|
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;
|
break;
|
||||||
case "admin/overview":
|
case "admin/overview":
|
||||||
$output = t("This is a complete overview of the site administration page.");
|
$output = t("This is a complete overview of the site administration page.");
|
||||||
|
|
Loading…
Reference in New Issue