Typo fixed.

--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2012-08-23 15:05:43 -07:00
parent a204025491
commit d41363fed7

View File

@@ -9,7 +9,7 @@
<fieldset>
<div>
@Html.CheckBoxFor(m => m.Multiple) <label for="@Html.FieldIdFor(m => m.Multiple)" class="forcheckbox">@T("Allow multiple content items")</label>
<span class="hint">@T("Check to allow user the to select multiple content items.")</span>
<span class="hint">@T("Check to allow the user to select multiple content items.")</span>
</div>
</fieldset>
<fieldset>