From f243603e64305eb10901f135149f26e44e9830d8 Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 29 Jul 2010 20:42:05 +0000 Subject: [PATCH] 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 --- wp-admin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index 58be07386..d23073b65 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -253,7 +253,7 @@ var pwsL10n = { empty: "", short: "", bad: "", - good: "", + good: "", strong: "", mismatch: "" };