Make WordPress Core


Ignore:
Timestamp:
07/13/2015 10:34:18 PM (9 years ago)
Author:
obenland
Message:

Passwords: Make show/hide toggle translatable.

See #32589.

File:
1 edited

Legend:

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

    r33246 r33249  
    144144                    <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0">
    145145                        <span class="dashicons dashicons-visibility"></span>
    146                         <span class="text">hide</span>
     146                        <span class="text"><?php _e( 'Hide' ); ?></span>
    147147                    </button>
    148148                    <div id="pass-strength-result"></div>
Note: See TracChangeset for help on using the changeset viewer.