From a29b642e14e45bcb8cff4b5247d8de689ffa820c Mon Sep 17 00:00:00 2001 From: Dave Reed Date: Fri, 25 Mar 2011 16:36:43 -0700 Subject: [PATCH] Wordsmithing --HG-- branch : dev --- .../Core/Containers/Views/EditorTemplates/Container.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Containers/Views/EditorTemplates/Container.cshtml b/src/Orchard.Web/Core/Containers/Views/EditorTemplates/Container.cshtml index 26a94e916..d4d3fa03b 100644 --- a/src/Orchard.Web/Core/Containers/Views/EditorTemplates/Container.cshtml +++ b/src/Orchard.Web/Core/Containers/Views/EditorTemplates/Container.cshtml @@ -3,7 +3,7 @@
@Html.LabelFor(m => m.Part.Record.ItemContentType, T("Contains")) @Html.DropDownListFor(m => m.Part.Record.ItemContentType, Model.AvailableContainables) - @T("Containers can contain content items of containable content types. A content type is made containable by adding the Containable part to it.") + @T("Only types with the Containable part can be contained in a list.")
@Html.LabelFor(m => m.Part.Record.OrderByProperty, T("Order by"))