Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 11300)
+++ wp-admin/user-edit.php	(working copy)
@@ -79,11 +79,9 @@
 <?php
 }
 
-if ( $is_profile_page ) {
-	add_action('admin_head', 'profile_js');
-	wp_enqueue_script('jquery');
-	wp_enqueue_script('password-strength-meter');
-}
+add_action('admin_head', 'profile_js');
+wp_enqueue_script('jquery');
+wp_enqueue_script('password-strength-meter');
 
 $title = $is_profile_page? __('Profile') : __('Edit User');
 if ( current_user_can('edit_users') && !$is_profile_page )
@@ -357,10 +355,8 @@
 	<th><label for="pass1"><?php _e('New Password'); ?></label></th>
 	<td><input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
 		<input type="password" name="pass2" id="pass2" size="16" value="" autocomplete="off" /> <?php _e("Type your new password again."); ?><br />
-	<?php if ( $is_profile_page ): ?>
 		<div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
-		<p><?php _e('Hint: Your password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).'); ?></p>
-	<?php endif; ?>
+		<p><?php _e('Hint: A password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).'); ?></p>
 	</td>
 </tr>
 <?php endif; ?>
