Specified and corrected units of measurement in the language strings

This commit is contained in:
Mark Nelson 2013-07-26 14:26:44 +08:00
parent 8b92d1c307
commit 9b77e2734e
3 changed files with 5 additions and 5 deletions

View file

@ -80,9 +80,9 @@ $string['pluginname'] = 'Custom Certificate';
$string['print'] = 'Print';
$string['portrait'] = 'Portrait';
$string['posx'] = 'Position X';
$string['posx_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the x direction.';
$string['posx_help'] = 'This is the position in mm from the top left corner you wish the element to display in the x direction.';
$string['posy'] = 'Postion Y';
$string['posy_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the y direction.';
$string['posy_help'] = 'This is the position in mm from the top left corner you wish the element to display in the y direction.';
$string['receiveddate'] = 'Received date';
$string['report'] = 'Report';
$string['save'] = 'Save';