Skip to content

Commit

Permalink
Merge branch 'MDL-63179-master' of https://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Aug 27, 2018
2 parents 0d9ddf2 + 2711941 commit c682ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enrol/self/classes/deleteselectedusers_operation.php
Expand Up @@ -49,7 +49,7 @@ public function get_identifier() {
* @return string
*/
public function get_title() {
return get_string('deleteselectedusers', 'enrol_manual');
return get_string('deleteselectedusers', 'enrol_self');
}

/**
Expand All @@ -58,7 +58,7 @@ public function get_title() {
*
* @param string|moodle_url|null $defaultaction
* @param mixed $defaultcustomdata
* @return enrol_manual_editselectedusers_form
* @return enrol_self_deleteselectedusers_form
*/
public function get_form($defaultaction = null, $defaultcustomdata = null) {
if (!array($defaultcustomdata)) {
Expand Down

0 comments on commit c682ea4

Please sign in to comment.