mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-72499 event: add/correct event language strings as required.
This commit is contained in:
parent
443a980aea
commit
51ef7bd6f9
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user