Fixing type in Search Tab settings

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-02-10 19:43:53 -08:00
parent daf989b7f0
commit 9bd01cf7e8

View File

@@ -2,7 +2,7 @@
<fieldset>
<div>
@Html.CheckBoxFor(m => m.ShowSearchTab) <label for="@Html.FieldIdFor(m => m.ShowSearchTab)" class="forcheckbox">@T("Show Content tab")</label>
@Html.CheckBoxFor(m => m.ShowSearchTab) <label for="@Html.FieldIdFor(m => m.ShowSearchTab)" class="forcheckbox">@T("Show Search tab")</label>
<span class="hint">@T("Uncheck to hide the Search tab from the picker window.")</span>
</div>
</fieldset>