#19937: Fixing the Description-text for Mode in ResizeFilter (Orchard.MediaProcessing)

Work item: 19937

--HG--
branch : 1.x
This commit is contained in:
Benedek Farkas
2013-07-23 14:28:10 +02:00
parent 339b223625
commit cf3ae7beab

View File

@@ -119,7 +119,7 @@ namespace Orchard.MediaProcessing.Providers.Filters {
_Mode: Shape.SelectList(
Id: "mode", Name: "Mode",
Title: T("Mode"),
Description: T("How the image should be resized.<br/>Max: adjusts to the max given width or left, keeping image ratio.<br/>Pad: adds a padding so that the target image is exactly of width and height.<br/>Crop: removes part of the image to fit with given height and width.<br/>Stretch: stretches the image to fit within height and width."),
Description: T("How the image should be resized.<br />Max: adjusts to the max given width or height, keeping image ratio.<br />Pad: adds a padding so that the target image is exactly of width and height.<br />Crop: removes part of the image to fit with given height and width.<br />Stretch: stretches the image to fit within height and width."),
Size: 1,
Multiple: false),
_Alignment: Shape.SelectList(