Make WordPress Core

Ticket #7835: clarify label.diff

File clarify label.diff, 1.3 KB (added by simonwheatley, 14 years ago)

Fix the label wording to reflect the system actions

  • wp-admin/options-discussion.php

     
    113113</fieldset></td>
    114114</tr>
    115115<tr valign="top">
    116 <th scope="row"><?php _e('E-mail me whenever') ?></th>
    117 <td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail me whenever') ?></span></legend>
     116<th scope="row"><?php _e('E-mail notifications') ?></th>
     117<td><fieldset><legend class="screen-reader-text"><span><?php _e('E-mail notifications') ?></span></legend>
    118118<label for="comments_notify">
    119119<input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> />
    120 <?php _e('Anyone posts a comment') ?> </label>
     120<?php _e('Email the post author when one of their posts is commented upon') ?> </label>
    121121<br />
    122122<label for="moderation_notify">
    123123<input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_option('moderation_notify')); ?> />
    124 <?php _e('A comment is held for moderation') ?> </label>
     124<?php _e('Email the admin email address when a comment is held for moderation') ?> </label>
    125125</fieldset></td>
    126126</tr>
    127127<tr valign="top">