diff --git wp-admin/install.php wp-admin/install.php
index a21a12c..7dd20c1 100644
--- wp-admin/install.php
+++ wp-admin/install.php
@@ -125,7 +125,7 @@ function display_setup_form( $error = null ) {
 				echo '<input name="user_name" type="hidden" value="admin" />';
 			} else {
 				?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" />
-				<p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.' ); ?></p>
+				<p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, the @ symbol and <strong>cannot be changed</strong>.' ); ?></p>
 			<?php
 			} ?>
 			</td>
@@ -316,7 +316,7 @@ switch($step) {
 <p><?php _e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ); ?></p>
 
 <h2><?php _e( 'Information needed' ); ?></h2>
-<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
+<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can change some of these settings later.' ); ?></p>
 
 <?php
 		display_setup_form();
