diff --git a/lang/en/customcert.php b/lang/en/customcert.php index c38ec9c..70bfb6a 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -135,11 +135,11 @@ $string['posx_help'] = 'This is the position in mm from the top left corner you $string['posy'] = 'Position Y'; $string['posy_help'] = 'This is the position in mm from the top left corner you wish the element\'s reference point to locate in the y direction.'; $string['preventcopy'] = 'Prevent copy'; -$string['preventcopy_desc'] = 'Enable protection from print action.'; +$string['preventcopy_desc'] = 'Enable protection from copy action.'; $string['preventprint'] = 'Prevent print'; -$string['preventprint_desc'] = 'Enable protection from modify action.'; +$string['preventprint_desc'] = 'Enable protection from print action.'; $string['preventmodify'] = 'Prevent modify'; -$string['preventmodify_desc'] = 'Enable protection from copy action.'; +$string['preventmodify_desc'] = 'Enable protection from modify action.'; $string['print'] = 'Print'; $string['privacy:metadata:customcert_issues'] = 'The list of issued certificates'; $string['privacy:metadata:customcert_issues:code'] = 'The code that belongs to the certificate';