Make WordPress Core

Changeset 33208


Ignore:
Timestamp:
07/13/2015 06:29:58 PM (9 years ago)
Author:
obenland
Message:

Passwords: Add trailing periods in new strings.

Props akibjorklund.
See #32589.

File:
1 edited

Legend:

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

    r33160 r33208  
    410410                <div style="display:none" id="pass-strength-result"></div>
    411411            </div>
    412             <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email' ); ?></span></p>
     412            <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></span></p>
    413413        </td>
    414414    </tr>
     
    424424            <label for="pw-weak">
    425425                <input type="checkbox" name="pw-weak" class="pw-checkbox" id="pw-weak" />
    426                 <?php _e( 'Confirm use of weak password' ); ?>
     426                <?php _e( 'Confirm use of weak password.' ); ?>
    427427            </label>
    428428        </td>
Note: See TracChangeset for help on using the changeset viewer.