Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.

git-svn-id: https://develop.svn.wordpress.org/trunk@15475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-07-29 20:42:05 +00:00
parent 59f6264c64
commit e777a1fbf4
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' ) ); ?>"
};