Skip to content

Commit e777a1f

Browse files
committed
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
1 parent 59f6264 commit e777a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function display_setup_form( $error = null ) {
253253
empty: "<?php echo esc_js( __( 'Strength indicator' ) ); ?>",
254254
short: "<?php echo esc_js( __( 'Very weak' ) ); ?>",
255255
bad: "<?php echo esc_js( __( 'Weak' ) ); ?>",
256-
good: "<?php echo esc_js( __( 'Medium' ) ); ?>",
256+
good: "<?php echo esc_js( _x( 'Medium', 'password strength' ) ); ?>",
257257
strong: "<?php echo esc_js( __( 'Strong' ) ); ?>",
258258
mismatch: "<?php echo esc_js( __( 'Mismatch' ) ); ?>"
259259
};

0 commit comments

Comments
 (0)