projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797b81d
)
MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporti...
author
wildgirl
<wildgirl>
Fri, 5 Sep 2008 13:53:49 +0000
(13:53 +0000)
committer
wildgirl
<wildgirl>
Fri, 5 Sep 2008 13:53:49 +0000
(13:53 +0000)
grade/edit/tree/category_form.php
patch
|
blob
|
history
diff --git
a/grade/edit/tree/category_form.php
b/grade/edit/tree/category_form.php
index 2342ef7d1c95b423723b099546c1366aa84fc2b1..32c72a66288197b167abf3e2d4abbe04b335eb5f 100644
(file)
--- 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('aggregationcoef
weight
', get_string('aggregationcoef', 'grades'), 'grade'), true);
}
/// user preferences