Index: modules/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user.module,v
retrieving revision 1.490
diff -u -r1.490 user.module
--- modules/user.module	20 Jul 2005 00:50:34 -0000	1.490
+++ modules/user.module	22 Jul 2005 00:50:01 -0000
@@ -1122,7 +1122,7 @@
       $group .= $picture;
       $group .= form_checkbox(t('Delete picture'), 'picture_delete', 1, 0, t('Check this box to delete your current picture.'));
     }
-    $group .= form_file(t('Upload picture'), 'picture', 48, t('Your virtual face or picture.  Maximum dimensions are %dimensions and the maximum size is %size kB.', array('%dimensions' => variable_get('user_picture_dimensions', '85x85'), '%size' => variable_get('user_picture_file_size', '30'))) .' '. variable_get('user_picture_guidelines', ''));
+    $group .= form_file(t('Upload picture'), 'picture', 48, t('Your virtual face or picture.  Your image will be automatically resized to fit the maximum dimension of %dimensions and maximum file size of %size kB.', array('%dimensions' => variable_get('user_picture_dimensions', '85x85'), '%size' => variable_get('user_picture_file_size', '30'))) .' '. variable_get('user_picture_guidelines', ''));
     $data[] = array('title' => t('Picture'), 'data' => $group, 'weight' => 1);
   }
 
