From 2ea16f9e5e84aa710080bd674a7b990cccfb82a5 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 31 Jan 2017 11:59:30 +0800 Subject: [PATCH] #40 Change download certificate 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 5e7c461..3d8352b 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -61,7 +61,7 @@ $string['fontcolour'] = 'Colour'; $string['fontcolour_help'] = 'The colour of the font.'; $string['fontsize'] = 'Size'; $string['fontsize_help'] = 'The size of the font in points.'; -$string['getcustomcert'] = 'Get your custom certificate'; +$string['getcustomcert'] = 'Download certificate'; $string['height'] = 'Height'; $string['height_help'] = 'This is the height of the certificate PDF in mm. For reference an A4 piece of paper is 297mm high and a letter is 279mm high.'; $string['invalidcolour'] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.';