Manual L10n JS strings in install.php. Remove stray line, see #13134

git-svn-id: http://svn.automattic.com/wordpress/trunk@13135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-02-14 03:24:25 +00:00
parent 470f62dd8c
commit b8a6d8add5
1 changed files with 5 additions and 5 deletions

View File

@ -220,11 +220,11 @@ switch($step) {
/* <![CDATA[ */
try{convertEntities(commonL10n);}catch(e){};
var pwsL10n = {
empty: "Strength indicator",
short: "Very weak",
bad: "Weak",
good: "Medium",
strong: "Strong"
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' ) ); ?>",
strong: "<?php echo esc_js( __( 'Strong' ) ); ?>"
};
try{convertEntities(pwsL10n);}catch(e){};
/* ]]> */