diff --git src/wp-admin/setup-config.php src/wp-admin/setup-config.php
index ac8e4fd..45d4d62 100644
|
|
switch($step) { |
191 | 191 | <td><?php _e( 'The name of the database you want to run WP in.' ); ?></td> |
192 | 192 | </tr> |
193 | 193 | <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> |
195 | 195 | <td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td> |
196 | 196 | <td><?php _e( 'Your MySQL username' ); ?></td> |
197 | 197 | </tr> |