MDL-72499 event: add/correct event language strings as required.

This commit is contained in:
Paul Holden 2021-09-06 11:14:09 +01:00
parent 443a980aea
commit 51ef7bd6f9
3 changed files with 4 additions and 2 deletions

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');
}
/**

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');
}
/**

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';