Fix of U4-4382

This commit is contained in:
Jan Skovgaard
2014-06-09 13:23:01 +02:00
parent ff42a1b79c
commit 18fc6ccc99

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")]