MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporti...
authorwildgirl <wildgirl>
Fri, 5 Sep 2008 13:53:49 +0000 (13:53 +0000)
committerwildgirl <wildgirl>
Fri, 5 Sep 2008 13:53:49 +0000 (13:53 +0000)
grade/edit/tree/category_form.php

index 2342ef7d1c95b423723b099546c1366aa84fc2b1..32c72a66288197b167abf3e2d4abbe04b335eb5f 100644 (file)
@@ -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