rating MDL-23908 reformated the rating role hints

This commit is contained in:
Andrew Davis 2010-08-25 09:00:56 +00:00
parent 2396a414e8
commit 52eac7506c
2 changed files with 2 additions and 3 deletions

View file

@ -366,7 +366,7 @@ abstract class moodleform_mod extends moodleform {
}
}
$mform->addElement('static', 'rolewarning', '', get_string('canrate','rating', implode(', ', $rolesthatcanrate)));
$mform->addElement('static', 'rolewarning', get_string('rolewarning','rating'), implode(', ', $rolesthatcanrate));
$mform->addHelpButton('rolewarning', 'rolewarning', 'rating');
$mform->addElement('select', 'assessed', get_string('aggregatetype', 'rating') , $rm->get_aggregate_types());