Skip to content

Commit 515277a

Browse files
committed
Better help text for cropping and upscaling
1 parent ff78be4 commit 515277a

File tree

1 file changed

+2
-2
lines changed
  • djangocms_frontend/contrib/image

1 file changed

+2
-2
lines changed

djangocms_frontend/contrib/image/forms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ class Meta:
149149
use_crop = forms.BooleanField(
150150
label=_("Crop image"),
151151
required=False,
152-
help_text=_("Crops the image according to the thumbnail settings provided in the template."),
152+
help_text=_("Crops the image rather than resizing"),
153153
)
154154
use_upscale = forms.BooleanField(
155155
label=_("Upscale image"),
156156
required=False,
157-
help_text=_("Upscales the image to the size of the thumbnail settings in the template."),
157+
help_text=_("Allows the image to be upscaled beyond its original size."),
158158
)
159159
use_responsive_image = forms.ChoiceField(
160160
label=_("Use responsive image"),

0 commit comments

Comments
 (0)