Reset Password: Improve wording for a string used in password reset email.

Props obrienlabs.
Fixes #34605.

git-svn-id: https://develop.svn.wordpress.org/trunk@35559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-11-06 22:35:25 +00:00
parent 4f8b9840e0
commit 9cd8c7e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ function retrieve_password() {
return $key;
}
$message = __('Someone requested that the password be reset for the following account:') . "\r\n\r\n";
$message = __('Someone has requested a password reset for the following account:') . "\r\n\r\n";
$message .= network_home_url( '/' ) . "\r\n\r\n";
$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
$message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";