From d6df46647409bb258b0c02d0d376740413311581 Mon Sep 17 00:00:00 2001 From: Webs Date: Fri, 24 Nov 2017 11:09:23 +0100 Subject: [PATCH] Change crop non-destructive instructions --- imageresizer/templates/settings/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageresizer/templates/settings/index.html b/imageresizer/templates/settings/index.html index 84759c3..78b84aa 100644 --- a/imageresizer/templates/settings/index.html +++ b/imageresizer/templates/settings/index.html @@ -98,7 +98,7 @@

{{ "{label} Asset Source Settings" | t({ label: item.label }) }}

{{ 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,