westi forgot my full stop. see #23569.

git-svn-id: https://develop.svn.wordpress.org/trunk@26641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-04 21:56:29 +00:00
parent d78778e51f
commit 8b29fa45f7

View File

@ -101,7 +101,7 @@ if ( isset( $_GET['updated'] ) ) {
<td>
<input name="admin_email" type="text" id="admin_email" class="regular-text" value="<?php echo esc_attr( get_site_option('admin_email') ) ?>" />
<p class="description">
<?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address'); ?>
<?php _e( 'This email address will receive notifications. Registration and support emails will also come from this address.' ); ?>
</p>
</td>
</tr>