Make WordPress Core

Ticket #3038: engrish.diff

File engrish.diff, 735 bytes (added by markjaquith, 18 years ago)

patch for /trunk/

  • wp-login.php

     
    158158        echo  "<a href='wp-login.php' title='" . __('Check your e-mail first, of course') . "'>" . __('Click here to login!') . '</a></p>';
    159159                // send a copy of password change notification to the admin
    160160                $message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n";
    161                 wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Change'), get_settings('blogname')), $message);
     161                wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_settings('blogname')), $message);
    162162                die();
    163163        }
    164164break;