Skip to content

Commit

Permalink
Change crop non-destructive instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Webs committed Nov 24, 2017
1 parent 1531bc6 commit d6df466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageresizer/templates/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>{{ "{label} Asset Source Settings" | t({ label: item.label }) }}</h2>
<div class="field">
{{ forms.lightswitchField({
label: 'Non-destructive' | t,
instructions: 'Image Resizer will save a copy of your original image, untouched. This will be in a folder called `originals`, relative to the source image.' | t,
instructions: 'Image Resizer will make a copy of your original image and save it with _cropped after the filename. The asset will also be copied with Cropped after the name and will be available in the folder relative to the source image.' | t,
id: 'nonDestructiveCrop',
name: 'nonDestructiveCrop',
on: settings.nonDestructiveCrop,
Expand Down

0 comments on commit d6df466

Please sign in to comment.