Changed the wording on the comment moderation checkbox

--HG--
branch : dev
This commit is contained in:
Erik Porter
2010-03-01 13:31:49 -08:00
parent 12956cb26e
commit fe70317db1

View File

@@ -9,7 +9,7 @@
</div>
<div>
<%=Html.EditorFor(m => m.ModerateComments) %>
<label class="forcheckbox" for="CommentSettings_ModerateComments"><%=_Encoded("Enable comment moderation")%></label>
<label class="forcheckbox" for="CommentSettings_ModerateComments"><%=_Encoded("Comments must be approved before they appear")%></label>
<%=Html.ValidationMessage("ModerateComments", "*")%>
</div>
<div>