Update copy

This commit is contained in:
Warren Buckley
2019-09-11 10:36:30 +01:00
parent 734794019d
commit 9167cad9fc
2 changed files with 4 additions and 4 deletions
@@ -22,8 +22,8 @@ namespace Umbraco.Web.PropertyEditors
Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker",
Description = "Choose where images dragged or pasted into the editor get uploaded to")]
[ConfigurationField("mediaParentId", "Image Upload Folder", "MediaFolderPicker",
Description = "Choose the upload location of pasted images")]
public GuidUdi MediaParentId { get; set; }
}
}
@@ -21,8 +21,8 @@ namespace Umbraco.Web.PropertyEditors
Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker",
Description = "Choose where images dragged or pasted into the editor get uploaded to")]
[ConfigurationField("mediaParentId", "Image Upload Folder", "MediaFolderPicker",
Description = "Choose the upload location of pasted images")]
public GuidUdi MediaParentId { get; set; }
}
}