Index: modules/user/user.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.admin.inc,v
retrieving revision 1.18
diff -u -p -r1.18 user.admin.inc
--- modules/user/user.admin.inc	16 Jan 2008 22:54:41 -0000	1.18
+++ modules/user/user.admin.inc	17 Feb 2008 10:28:04 -0000
@@ -426,6 +426,7 @@ function user_admin_settings() {
   $form['pictures']['user_pictures'] = array(
     '#type' => 'radios',
     '#title' => t('Picture support'),
+    '#description' => t("Picture support allows users to upload their own personal user picture or avatar. However, these user pictures aren't displayed by default for posts or comments until you enable them on your <a href=\"@theme_config_page\">theme's configuration page.", array('@theme_config_page' =>  url('admin/build/themes/settings/'. variable_get('theme_default', 'garland')))),
     '#default_value' => $picture_support,
     '#options' => array(t('Disabled'), t('Enabled')),
     '#prefix' => '<div class="user-admin-picture-radios">',
