Make WordPress Core


Ignore:
Timestamp:
07/02/2008 11:07:56 PM (17 years ago)
Author:
mdawaffe
Message:

crazyhorse: merge with log:trunk@8151:8240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/user-edit.php

    r8151 r8242  
    319319?>
    320320<tr>
    321     <th><label for="pass1"><?php _e('New Password:'); ?></label></th>
     321    <th><label for="pass1"><?php _e('New Password'); ?></label></th>
    322322    <td><input type="password" name="pass1" id="pass1" size="16" value="" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
    323323        <input type="password" name="pass2" id="pass2" size="16" value="" /> <?php _e("Type your new password again."); ?><br />
    324324        <?php if ( $is_profile_page ): ?>
    325         <p><strong><?php _e('Password Strength:'); ?></strong></p>
     325        <p><strong><?php _e('Password Strength'); ?></strong></p>
    326326        <div id="pass-strength-result"><?php _e('Too short'); ?></div> <?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&amp;( in your password.'); ?>
    327327        <?php endif; ?>
     
    343343    <table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform">
    344344        <tr>
    345             <th scope="row"><?php _e('Additional Capabilities:') ?></th>
     345            <th scope="row"><?php _e('Additional Capabilities') ?></th>
    346346            <td><?php
    347347            $output = '';
Note: See TracChangeset for help on using the changeset viewer.