Skip to content
Snippets Groups Projects
Commit b067f583 authored by Earl Miles's avatar Earl Miles
Browse files

Fix typo in prior commit.

parent 6049d79b
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ function advanced_help_index_page($module = '') {
advanced_help_get_topic_hierarchy($topics);
$items = advanced_help_get_tree($topics, $topics[$module]['']['children']);
$breadcrumb[] = advanced_help_l(t('Help)', 'admin/advanced_help');
$breadcrumb[] = advanced_help_l(t('Help'), 'admin/advanced_help');
drupal_set_title(t('@module help index', array('@module' => advanced_help_get_module_name($module))));
$output .= theme('item_list', $items);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment