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
This commit is contained in:
parent
e5598e30ea
commit
ded62a208c
1 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue