Make WordPress Core


Ignore:
Timestamp:
03/13/2005 05:06:18 PM (20 years ago)
Author:
ryan
Message:

Change login noun to Username. http://mosquito.wordpress.org/view.php?id=1088 Props: Albert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r2436 r2437  
    3131    /* checking the nickname has been typed */
    3232    if (empty($_POST["newuser_nickname"])) {
    33         die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your login)"));
     33        die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your username)"));
    3434        return false;
    3535    }
     
    145145  <table width="99%"  border="0" cellspacing="2" cellpadding="3" class="editform">
    146146    <tr>
    147       <th width="33%" scope="row"><?php _e('Login:') ?></th>
     147      <th width="33%" scope="row"><?php _e('Username:') ?></th>
    148148      <td width="67%"><?php echo $profiledata->user_login; ?></td>
    149149    </tr>
Note: See TracChangeset for help on using the changeset viewer.