Merge remote-tracking branch 'origin/7.1.9' into 7.2.0

Conflicts:
	src/Umbraco.Core/Services/PackagingService.cs
This commit is contained in:
Shannon
2014-11-21 09:59:31 +11:00
6 changed files with 39 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ namespace Umbraco.Web.PropertyEditors
[PreValueField("startNode", "Node type", "treesource")]
public string StartNode { get; set; }
[PreValueField("filter", "Allow items of type", "textstring", Description = "Seperate with comma")]
[PreValueField("filter", "Allow items of type", "textstring", Description = "Separate with comma")]
public string Filter { get; set; }
[PreValueField("minNumber", "Minimum number of items", "number")]