From a262adfc6ef1a45030e03b6769b4cb2265cf86d6 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 25 Nov 2020 22:38:28 +0800 Subject: [PATCH] Update 'emailstudents_help' language string (#276) --- lang/en/customcert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/customcert.php b/lang/en/customcert.php index ee88c2f..12af5d8 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -84,7 +84,7 @@ $string['emailstudentcertificatelinktext'] = 'View certificate'; $string['emailstudentgreeting'] = 'Dear {$a}'; $string['emailstudentsubject'] = '{$a->coursefullname}: {$a->certificatename}'; $string['emailstudents'] = 'Email students'; -$string['emailstudents_help'] = 'If set this will email the students a copy of the certificate when it becomes available.'; +$string['emailstudents_help'] = 'If set this will email the students a copy of the certificate when it becomes available. Warning: Setting this to \'Yes\' before you have finished creating the certificate will email the student an incomplete certificate.'; $string['emailteachers'] = 'Email teachers'; $string['emailteachers_help'] = 'If set this will email the teachers a copy of the certificate when it becomes available.'; $string['emailothers'] = 'Email others';