Merge branch 'MDL-22259b' of git://github.com/srynot4sale/moodle

This commit is contained in:
Dan Poltawski 2012-07-16 11:57:04 +08:00
commit bea8b7454e
4 changed files with 7 additions and 8 deletions

View file

@ -123,7 +123,7 @@ class completion_criteria_course extends completion_criteria {
* @return string
*/
public function get_title() {
return get_string('prerequisitescompleted', 'completion');
return get_string('dependenciescompleted', 'completion');
}
/**
@ -146,7 +146,7 @@ class completion_criteria_course extends completion_criteria {
* @return string
*/
public function get_type_title() {
return get_string('prerequisites', 'completion');
return get_string('dependencies', 'completion');
}
/**