Merge pull request #408 from BatJan/7.1.5-wording-fix-4382

Fix of U4-4382
This commit is contained in:
Sebastiaan Janssen
2014-06-09 15:28:36 +02:00

View File

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