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:
westi 2010-07-29 20:42:05 +00:00
parent 7944bd5d82
commit f243603e64
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) ); ?>"
};