Make WordPress Core

Ticket #34605: 34605-2.diff

File 34605-2.diff, 626 bytes (added by obrienlabs, 10 years ago)
  • wp-login.php

     
    319319                return $key;
    320320        }
    321321
    322         $message = __('Someone requested that the password be reset for the following account:') . "\r\n\r\n";
     322        $message = __('Someone has requested a password reset for the following account:') . "\r\n\r\n";
    323323        $message .= network_home_url( '/' ) . "\r\n\r\n";
    324324        $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
    325325        $message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";