From 1e30f4d05a55cf45288ed28b60dace39d9369b95 Mon Sep 17 00:00:00 2001 From: james-cnz <5689414+james-cnz@users.noreply.github.com> Date: Tue, 20 Nov 2018 15:19:31 +1300 Subject: [PATCH] Matched up prevent x description strings (#254) The description strings for the settings prevent copy, prevent print, and prevent modify were mixed up when added with: #180 Add possibility to set default values of activity instance --- lang/en/customcert.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';