From bc527a066967527b065588b4834ecdcd83de54da Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 20 Jun 2018 17:44:03 +0800 Subject: [PATCH] #203 Changed 'listofissues' string to avoid confusion --- 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 a442c06..fb10848 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -97,7 +97,7 @@ $string['invalidwidth'] = 'The width has to be a valid number greater than 0.'; $string['landscape'] = 'Landscape'; $string['leftmargin'] = 'Left margin'; $string['leftmargin_help'] = 'This is the left margin of the certificate PDF in mm.'; -$string['listofissues'] = 'List of awarded certificates'; +$string['listofissues'] = 'List of recipients'; $string['load'] = 'Load'; $string['loadtemplate'] = 'Load template'; $string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.';