mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-10028, adding a string
This commit is contained in:
parent
3db14d77ec
commit
a5c67cdf34
2 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
// if messaging is disabled on site, we can still allow users with capabilities to send emails instead
|
||||
if (empty($CFG->messaging)) {
|
||||
notify("Messaging is disabled on this site, emails will be sent instead");
|
||||
notify(get_string('messagingdisabled','message'));
|
||||
}
|
||||
|
||||
if ($count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue