File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 740740 'default ' => 'n ' ,
741741 'value ' => array (
742742 0 => 'soft_delete_directly_txt ' ,
743- -1 => 'soft_delete_keep_indefinately_txt ' ,
743+ -1 => 'soft_delete_keep_indefinitely_txt ' ,
744744 1 => 'soft_delete_keep_1_txt ' ,
745745 7 => 'soft_delete_keep_7_txt ' ,
746746 30 => 'soft_delete_keep_30_txt ' ,
Original file line number Diff line number Diff line change @@ -356,8 +356,8 @@ $wb['jailkit_hardlinks_allow_txt'] = 'Allow hardlinks within the jail';
356356$wb['jailkit_hardlinks_no_txt'] = 'No, remove hardlinked files';
357357$wb['jailkit_hardlinks_yes_txt'] = 'Yes, use hardlinks if possible';
358358$wb['mailbox_soft_delete_txt'] = 'Mailbox soft delete';
359- $wb['soft_delete_directly_txt'] = 'Not enabled, delete directly ';
360- $wb['soft_delete_keep_indefinately_txt '] = 'Soft delete, leave cleanup for someone else ';
359+ $wb['soft_delete_directly_txt'] = 'Delete instantly ';
360+ $wb['soft_delete_keep_indefinitely_txt '] = 'Rename but don't delete (manual cleanup) ';
361361$wb['soft_delete_keep_1_txt'] = 'Purge after 1 day';
362362$wb['soft_delete_keep_7_txt'] = 'Purge after 7 days';
363363$wb['soft_delete_keep_30_txt'] = 'Purge after 30 days';
You can’t perform that action at this time.
0 commit comments