require($CFG->dirroot.'/'.$CFG->admin.'/roles/tabs.php');
}
- echo $OUTPUT->heading_with_help($pageheading, 'mods', $module->name, 'icon');
+ if (get_string_manager()->string_exists('modulename_hlp', $module->name)) {
+ echo $OUTPUT->heading_with_help($pageheading, 'modulename', $module->name, 'icon');
+ } else {
+ echo $OUTPUT->heading_with_help($pageheading, '', '', 'icon');
+ }
$mform->display();
$string['legacyfilesactive'] = 'Active';
$string['legacyfilesdone'] = 'Finished';
$string['modulename'] = 'Page';
+$string['modulename_hlp'] = 'Page module allows teachers to edit a page directly in a course.';
$string['modulenameplural'] = 'Pages';
$string['optionsheader'] = 'Options';
$string['pageadministration'] = 'Page administration';