MDL-68465 message_email: Deprecate emaildigestsubject lang string

This commit is contained in:
Jun Pataleta 2020-04-24 11:33:03 +08:00
parent 1f7e9a698a
commit f6f1014761
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
emaildigestsubject,message_email

View File

@ -23,7 +23,6 @@
*/
$string['email'] = 'Send email notifications to';
$string['emaildigestsubject'] = 'Messages digest';
$string['emaildigestunreadmessages'] = 'Unread messages';
$string['emaildigestviewallmessages'] = 'View all messages';
$string['emailonlyfromnoreplyaddress'] = 'Always send email from the no-reply address?';
@ -46,3 +45,5 @@ $string['privacy:metadata:subject'] = 'The subject line of the message.';
$string['privacy:metadata:userfrom'] = 'The user sending the message.';
$string['tasksendemail'] = 'Messages digest mailings';
// Deprecated since Moodle 3.9.
$string['emaildigestsubject'] = 'Messages digest';