mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-22259b' of git://github.com/srynot4sale/moodle
This commit is contained in:
commit
bea8b7454e
4 changed files with 7 additions and 8 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue