From 0a84f18c08e14e1c2b30be51cfd428d2b0071fe2 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sun, 18 Aug 2024 15:14:34 +0100 Subject: [PATCH] Make the language setting string clearer (#531) --- 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 4175187a..d7eb83ac 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -34,7 +34,7 @@ $string['cannotverifyallcertificates'] = 'You do not have the permission to verify all certificates on the site.'; $string['certificate'] = 'Certificate'; $string['certificateexecutionperiod'] = 'Certificate execution period'; -$string['certificateexecutionperiod_desc'] = 'Specify the period for which certificates should be executed based on their end date. Set to 0 to execute all certificates, regardless of their age.'; +$string['certificateexecutionperiod_desc'] = 'Specify the period for which certificates should be executed based after the course end date. Set to 0 to execute all certificates, regardless of their age.'; $string['certificatesperrun'] = 'Certificates per run'; $string['certificatesperrun_desc'] = 'Enter the number of certificates to process per scheduled task run where 0 means it will process all certificates.'; $string['code'] = 'Code';