Index: wp-admin/includes/user.php
===================================================================
--- wp-admin/includes/user.php	(revision 11262)
+++ wp-admin/includes/user.php	(working copy)
@@ -825,7 +825,7 @@
 		return;
 
 	echo '<div class="error default-password-nag"><p>';
-	printf(__("Howdy, you're still using the auto-generated password for your account. We recommend that you change it to something you'll remember easier.  Would you like to do this now?<br />
+	printf(__("Notice: you're using the auto-generated password for your account. Would you like to change it to something you'll remember easier?<br />
 			  <a href='%s'>Yes, Take me to my profile page</a> | <a href='%s' id='default-password-nag-no'>No Thanks, Do not remind me again.</a>"), admin_url('profile.php') . '#password', '?default_password_nag=0');
 	echo '</p></div>';
 }
