#19916: Fixing raw Projector layout typo

Work Item: 19916

--HG--
branch : 1.x
This commit is contained in:
Zoltán Lehóczky
2013-07-18 22:43:06 +02:00
parent 2b43a5ed81
commit 17a9223af0

View File

@@ -44,7 +44,7 @@ namespace Orchard.Projections.Providers.Layouts {
_ItemTag: Shape.TextBox(
Id: "item-tag", Name: "ItemTag",
Title: T("Item tag"),
Description: T("The tag of each item. Leave empty for tag."),
Description: T("The tag of each item. Leave empty for no tag."),
Classes: new[] { "textMedium", "tokenized" }
),
_ItemClass: Shape.TextBox(