Make WordPress Core


Ignore:
Timestamp:
08/24/2008 02:35:46 PM (16 years ago)
Author:
azaozz
Message:

Few small improvements to the password strength meter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r8720 r8722  
    117117        $scripts->add( 'admin-tags', '/wp-admin/js/tags.js', array('wp-lists'), '20071031' );
    118118        $scripts->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' );
    119         $scripts->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' );
     119        $scripts->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20080824' );
    120120        $scripts->localize( 'password-strength-meter', 'pwsL10n', array(
    121             'short' => __('Too short'),
    122             'bad' => __('Bad'),
    123             'good' => __('Good'),
     121            'empty' => __('Strength indicator'),
     122            'short' => __('Very weak'),
     123            'bad' => __('Weak'),
     124            'good' => __('Medium'),
    124125            'strong' => __('Strong')
    125126        ) );
Note: See TracChangeset for help on using the changeset viewer.