more manual merging

This commit is contained in:
Shannon
2018-11-20 17:44:24 +11:00
parent bc66d4cbc6
commit e6718c6989
4 changed files with 20 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Core.PropertyEditors
/// </summary>
public class ImageCropperConfiguration
{
[ConfigurationField("crops", "Crop sizes", "views/propertyeditors/imagecropper/imagecropper.prevalues.html")]
[ConfigurationField("crops", "Define crops", "views/propertyeditors/imagecropper/imagecropper.prevalues.html")]
public Crop[] Crops { get; set; }
public class Crop