Ticket #7835: clarify label.diff
File clarify label.diff, 1.3 KB (added by , 14 years ago) |
---|
-
wp-admin/options-discussion.php
113 113 </fieldset></td> 114 114 </tr> 115 115 <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> 118 118 <label for="comments_notify"> 119 119 <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> 121 121 <br /> 122 122 <label for="moderation_notify"> 123 123 <input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_option('moderation_notify')); ?> /> 124 <?php _e(' Acomment is held for moderation') ?> </label>124 <?php _e('Email the admin email address when a comment is held for moderation') ?> </label> 125 125 </fieldset></td> 126 126 </tr> 127 127 <tr valign="top">