From 953c20c3846e8ffd70392f12560cf39537c795b9 Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 21 Nov 2010 21:24:57 +0000 Subject: Refs #2669: Merged password change fixes in 7404 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@7405 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 3d166789e..2a4cd7e1f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -401,12 +401,14 @@ $english = array( 'user:name:fail' => "Could not change your name on the system. Please make sure your name isn't too long and try again.", 'user:set:password' => "Account password", + 'user:current_password:label' => 'Current password', 'user:password:label' => "Your new password", 'user:password2:label' => "Your new password again", 'user:password:success' => "Password changed", 'user:password:fail' => "Could not change your password on the system.", 'user:password:fail:notsame' => "The two passwords are not the same!", 'user:password:fail:tooshort' => "Password is too short!", + 'user:password:fail:incorrect_current_password' => 'The current password entered is incorrect.', 'user:resetpassword:unknown_user' => 'Invalid user.', 'user:resetpassword:reset_password_confirm' => 'Resetting your password will email a new password to your registered email address.', -- cgit v1.2.3