Skip to content

Commit

Permalink
MDL-29656 Fix bad string reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner authored and Aparup Banerjee committed Nov 9, 2011
1 parent 1803769 commit e293df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/completion/completion_criteria_unenrol.php
Expand Up @@ -89,7 +89,7 @@ public function review($completion, $mark = true) {
* @return string * @return string
*/ */
public function get_title() { public function get_title() {
return get_string('unenrol'); return get_string('unenrol', 'enrol');
} }


/** /**
Expand All @@ -107,7 +107,7 @@ public function get_title_detailed() {
* @return string * @return string
*/ */
public function get_type_title() { public function get_type_title() {
return get_string('unenrol'); return get_string('unenrol', 'enrol');
} }


/** /**
Expand Down

0 comments on commit e293df9

Please sign in to comment.