Wordsmithing

--HG--
branch : dev
This commit is contained in:
Dave Reed
2011-03-25 16:36:43 -07:00
parent b1a179b26d
commit a29b642e14

View File

@@ -3,7 +3,7 @@
<fieldset>
@Html.LabelFor(m => m.Part.Record.ItemContentType, T("Contains"))
@Html.DropDownListFor(m => m.Part.Record.ItemContentType, Model.AvailableContainables)
<span class="hint">@T("Containers can contain content items of containable content types. A content type is made containable by adding the Containable part to it.")</span>
<span class="hint">@T("Only types with the Containable part can be contained in a list.")</span>
</fieldset>
<fieldset>
@Html.LabelFor(m => m.Part.Record.OrderByProperty, T("Order by"))