From 3a3931d546a3a473e36efa7d6140ce4c2043974b Mon Sep 17 00:00:00 2001 From: wildgirl Date: Fri, 5 Sep 2008 13:53:49 +0000 Subject: [PATCH] MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporting this issue --- grade/edit/tree/category_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grade/edit/tree/category_form.php b/grade/edit/tree/category_form.php index 2342ef7d1c..32c72a6628 100644 --- a/grade/edit/tree/category_form.php +++ b/grade/edit/tree/category_form.php @@ -130,7 +130,7 @@ class edit_category_form extends moodleform { if ($coefstring !== '') { $mform->addElement('text', 'aggregationcoef', get_string($coefstring, 'grades')); - $mform->setHelpButton('aggregationcoef', array('aggregationcoef', get_string('aggregationcoef', 'grades'), 'grade'), true); + $mform->setHelpButton('aggregationcoef', array('aggregationcoefweight', get_string('aggregationcoef', 'grades'), 'grade'), true); } /// user preferences -- 2.39.5