Merge branch 'MDL-72499' of git://github.com/paulholden/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2021-09-07 23:51:53 +02:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class message_user_blocked extends base {
* @return string
*/
public static function get_name() {
return get_string('eventmessageusersblocked', 'message');
return get_string('eventmessageuserblocked', 'message');
}
/**
+1 -1
View File
@@ -51,7 +51,7 @@ class message_user_unblocked extends base {
* @return string
*/
public static function get_name() {
return get_string('eventmessageusersunblocked', 'message');
return get_string('eventmessageuserunblocked', 'message');
}
/**
+2
View File
@@ -218,6 +218,8 @@ $string['essayscore'] = 'Essay score';
$string['eventcontentpageviewed'] = 'Content page viewed';
$string['eventessayassessed'] = 'Essay assessed';
$string['eventessayattemptviewed'] = 'Essay attempt viewed';
$string['eventhighscoreadded'] = 'Lesson high score added';
$string['eventhighscoresviewed'] = 'Lesson high scores viewed';
$string['eventlessonended'] = 'Lesson ended';
$string['eventlessonrestarted'] = 'Lesson restarted';
$string['eventlessonresumed'] = 'Lesson resumed';