Make WordPress Core

Ticket #26457: 26457.diff

File 26457.diff, 3.4 KB (added by trepmal, 11 years ago)
  • wp-admin/install.php

     
    123123                                <input name="admin_password" type="password" id="pass1" size="25" value="" />
    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>
    129129                <?php endif; ?>
  • wp-admin/user-edit.php

     
    470470        <span class="description" for="pass2"><?php _e( 'Type your new password again.' ); ?></span>
    471471        <br />
    472472        <div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div>
    473         <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>
     473        <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>
    474474        </td>
    475475</tr>
    476476<?php endif; ?>
  • wp-admin/user-new.php

     
    395395                <input name="pass2" type="password" id="pass2" autocomplete="off" />
    396396                <br />
    397397                <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
    398                 <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>
     398                <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>
    399399                </td>
    400400        </tr>
    401401        <tr>
  • wp-login.php

     
    614614        </p>
    615615
    616616        <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div>
    617         <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>
     617        <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>
    618618
    619619        <br class="clear" />
    620620        <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Reset Password'); ?>" /></p>