#18523: Fixing typo

Work Item: 18523

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-03-09 16:35:21 -08:00
parent 013061803f
commit 8e370c7df0

View File

@@ -19,7 +19,7 @@
@Html.TextBoxFor(widget => widget.Title, new { @class = "textMedium" })
<span class="hint">@T("The title of the Widget.")</span>
@Html.EditorFor(widget => widget.RenderTitle)
<label class="forcheckbox" for="@Html.FieldIdFor(m => m.RenderTitle)">@T("Check to to render the title on the front-end, uncheck to hide")</label>
<label class="forcheckbox" for="@Html.FieldIdFor(m => m.RenderTitle)">@T("Check to render the title on the front-end, uncheck to hide")</label>
</fieldset>
<fieldset>
@Html.LabelFor(widget => widget.Name, T("Name"))