From a5cde22a263dd12764bef3789ed1d79120f70650 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 14 Oct 2020 16:53:22 +0200 Subject: [PATCH] MDL-68070 messaging: Amend lang string to be clearer for any user. Credit goes to Helen Foster for the improvement, thanks! --- lang/en/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/error.php b/lang/en/error.php index 874ecbd2691..f8d5b9b2e06 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -390,8 +390,8 @@ $string['loginasnoenrol'] = 'You cannot use enrol or unenrol when in course "Log $string['loginasonecourse'] = 'You cannot enter this course.
You have to terminate the "Login as" session before entering any other course.'; $string['maxbytesfile'] = 'The file {$a->file} is too large. The maximum size you can upload is {$a->size}.'; $string['maxareabytes'] = 'The file is larger than the space remaining in this area.'; +$string['messageundeliveredbynotificationsettings'] = 'The message could not be sent because personal messages between users (in Notification settings) has been disabled by a site administrator.'; $string['messagingdisable'] = 'Messaging is disabled on this site'; -$string['messageundeliveredbynotificationsettings'] = 'Message failed to deliver. Please check the notification settings.'; $string['mimetexisnotexist'] = 'Your system is not configured to run mimeTeX. You need to obtain the C source from https://www.forkosh.com/mimetex.zip, compile it and put the executable into your moodle/filter/tex/ directory.'; $string['mimetexnotexecutable'] = 'Custom mimetex is not executable!'; $string['missingfield'] = 'Field "{$a}" is missing'; -- 2.43.0