Make WordPress Core

Ticket #35850: changeusername_text-2.35850.diff

File changeusername_text-2.35850.diff, 681 bytes (added by thisisit, 9 years ago)

Changed User Name to Username in setup text for consistency

  • src/wp-admin/setup-config.php

    diff --git src/wp-admin/setup-config.php src/wp-admin/setup-config.php
    index ac8e4fd..45d4d62 100644
    switch($step) { 
    191191                        <td><?php _e( 'The name of the database you want to run WP in.' ); ?></td>
    192192                </tr>
    193193                <tr>
    194                         <th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>
     194                        <th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th>
    195195                        <td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
    196196                        <td><?php _e( 'Your MySQL username' ); ?></td>
    197197                </tr>