From fdb06099904ef8b6b95da571cd329c39336e1af6 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 22 Aug 2016 17:01:57 +0800 Subject: [PATCH] #17 Improved reference point location help 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 3d9b200..28e4c33 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -99,7 +99,7 @@ $string['rearrangeelements'] = 'Reposition elements'; $string['rearrangeelementsheading'] = 'Drag and drop elements to change where they are positioned on the certificate.'; $string['receiveddate'] = 'Received date'; $string['refpoint'] = 'Reference point location'; -$string['refpoint_help'] = 'This specifies which location of the element to be located at position X and position Y.'; +$string['refpoint_help'] = 'The reference point is the location of an element from which its x and y coordinates are determined. It is indicated by the \'+\' that appears in the centre or corners of the element.'; $string['replacetemplate'] = 'Replace'; $string['rightmargin'] = 'Right margin'; $string['rightmargin_help'] = 'This is the right margin of the certificate PDF in mm.';