Changeset 4143

Show
Ignore:
Timestamp:
08/30/06 21:02:12 (2 years ago)
Author:
ryan
Message:

Grammar fix. fixes #3026

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r4062 r4143  
    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    }