Make WordPress Core


Ignore:
Timestamp:
02/24/2014 11:30:52 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Add Oxford comma to password hint.

props trepmal.
fixes #26457.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r26298 r27246  
    124124                <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p>
    125125                <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
    126                 <p><?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>
     126                <p><?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>
    127127            </td>
    128128        </tr>
Note: See TracChangeset for help on using the changeset viewer.