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 7654b7b commit 29a9ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/completion/completion_criteria_unenrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function review($completion, $mark = true) {
* @return string
*/
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
*/
public function get_type_title() {
return get_string('unenrol');
return get_string('unenrol', 'enrol');
}

/**
Expand Down

0 comments on commit 29a9ba9

Please sign in to comment.