Clearer option text. Hat tip: Eric Meyer

git-svn-id: https://develop.svn.wordpress.org/trunk@1463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-07-13 23:08:55 +00:00
parent 918aabfbd5
commit 14617d4798
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ include('options-head.php');
<li>
<label for="moderation_notify">
<input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_settings('moderation_notify')); ?> />
<?php _e('A comment is approved or declined') ?> </label>
<?php _e('A comment is held for moderation') ?> </label>
</li>
</ul>
</fieldset>