Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7944bd5d82
commit
f243603e64
|
@ -253,7 +253,7 @@ var pwsL10n = {
|
|||
empty: "<?php echo esc_js( __( 'Strength indicator' ) ); ?>",
|
||||
short: "<?php echo esc_js( __( 'Very weak' ) ); ?>",
|
||||
bad: "<?php echo esc_js( __( 'Weak' ) ); ?>",
|
||||
good: "<?php echo esc_js( __( 'Medium' ) ); ?>",
|
||||
good: "<?php echo esc_js( _x( 'Medium', 'password strength' ) ); ?>",
|
||||
strong: "<?php echo esc_js( __( 'Strong' ) ); ?>",
|
||||
mismatch: "<?php echo esc_js( __( 'Mismatch' ) ); ?>"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue