Skip to content

Commit 98da786

Browse files
committed
Change user name to username for consistency
git-svn-id: https://develop.svn.wordpress.org/trunk@14172 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cb1baf8 commit 98da786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-admin/install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function display_setup_form( $error = null ) {
9898
<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
9999
</tr>
100100
<tr>
101-
<th scope="row"><label for="user_name"><?php _e('User Name'); ?></label></th>
101+
<th scope="row"><label for="user_name"><?php _e('Username'); ?></label></th>
102102
<td>
103103
<?php
104104
if ( $user_table ) {
@@ -189,7 +189,7 @@ function display_setup_form( $error = null ) {
189189
$error = false;
190190
if ( empty( $user_name ) ) {
191191
// TODO: poka-yoke
192-
display_setup_form( __('you must provide a valid user name.') );
192+
display_setup_form( __('you must provide a valid username.') );
193193
$error = true;
194194
} elseif ( $admin_password != $admin_password_check ) {
195195
// TODO: poka-yoke

0 commit comments

Comments
 (0)