From ef67beadf6eda7f357e4941af6132e45b31de633 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 26 Jun 2018 14:54:40 +0800 Subject: [PATCH] #203 Improved 'listofissues' string --- 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 0e6665a..c83937b 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -96,7 +96,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 recipients'; +$string['listofissues'] = '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.';