mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
message MDL-25114 tried to provide a more helpful error message for when code sending a message supplied an unknown component or event name
This commit is contained in:
parent
c8fdd86791
commit
60dd7688a8
2 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,7 @@ $string['cannotsavemessageprefs'] = 'Could not save user messaging preferences';
|
|||
$string['contactlistempty'] = 'Your contact list is empty';
|
||||
$string['contacts'] = 'Contacts';
|
||||
$string['context'] = 'context';
|
||||
$string['couldnotfindpreference'] = 'Could not load preference {$a}. Does the component and name you supplied match a row in message_provider?';
|
||||
$string['deletemessagesdays'] = 'Number of days before old messages are automatically deleted';
|
||||
$string['disabled'] = 'Messaging is disabled on this site';
|
||||
$string['discussion'] = 'Discussion';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue