Clearer option text. Hat tip: Eric Meyer

git-svn-id: http://svn.automattic.com/wordpress/trunk@1463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-07-13 23:08:55 +00:00
parent 91b74efae1
commit 6b786567a3
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>