Add Oxford comma to password hint.

props trepmal.
fixes #26457.

git-svn-id: https://develop.svn.wordpress.org/trunk@27246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2014-02-24 23:30:52 +00:00
parent a99056fd24
commit d885ca8e31
4 changed files with 4 additions and 4 deletions

View File

@@ -470,7 +470,7 @@ if ( $show_password_fields ) :
<span class="description" for="pass2"><?php _e( 'Type your new password again.' ); ?></span>
<br />
<div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div>
<p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).' ); ?></p>
<p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ &amp; ).' ); ?></p>
</td>
</tr>
<?php endif; ?>