From 2cdc7437b3e31beb6d266bef63f88a178ffccab6 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 5 Aug 2010 20:50:50 +0000 Subject: [PATCH] Message and formatting tweaks for r70520 --- languages/messages/MessagesEn.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e2f845f036..637baddb9f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1145,13 +1145,15 @@ Please wait before trying again.', * Italiano|it * Nederlands|nl', # do not translate or duplicate this message to other languages 'suspicious-userlogout' => 'Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.', -'password-strength' => 'Estimated password strength: $1', -'password-strength-bad' => 'BAD', -'password-strength-mediocre' => 'mediocre', + +# JavaScript password checks +'password-strength' => 'Estimated password strength: $1', +'password-strength-bad' => 'BAD', +'password-strength-mediocre' => 'mediocre', 'password-strength-acceptable' => 'acceptable', -'password-strength-good' => 'good', -'password-retype' => 'Retype password here', -'password-retype-mismatch' => 'Passwords don\'t match', +'password-strength-good' => 'good', +'password-retype' => 'Retype password here', +'password-retype-mismatch' => 'Passwords do not match', # Password reset dialog 'resetpass' => 'Change password', -- 2.20.1