Index: wp-admin/options-discussion.php
===================================================================
--- wp-admin/options-discussion.php	(revision 15973)
+++ wp-admin/options-discussion.php	(working copy)
@@ -113,15 +113,15 @@
 </fieldset></td>
 </tr>
 <tr valign="top">
-<th scope="row"><?php _e('E-mail me whenever') ?></th>
-<td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever') ?></span></legend>
+<th scope="row"><?php _e('E-mail notifications') ?></th>
+<td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail notifications') ?></span></legend>
 <label for="comments_notify">
 <input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> />
-<?php _e('Anyone posts a comment') ?> </label>
+<?php _e('Email the post author when one of their posts is commented upon') ?> </label>
 <br />
 <label for="moderation_notify">
 <input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_option('moderation_notify')); ?> />
-<?php _e('A comment is held for moderation') ?> </label>
+<?php _e('Email the admin email address when a comment is held for moderation') ?> </label>
 </fieldset></td>
 </tr>
 <tr valign="top">

