diff -u b/modules/contact/contact.module b/modules/contact/contact.module --- b/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -263,7 +263,7 @@ */ function contact_field_extra_fields() { $extra['user']['user']['form']['contact'] = array( - 'label' => t('Contact'), + 'label' => t('Contact settings'), 'description' => t('Contact module form element.'), 'weight' => 5, ); diff -u b/modules/locale/locale.module b/modules/locale/locale.module --- b/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -326,7 +326,7 @@ $extra['user']['user']['form']['locale'] = array( 'label' => t('Language settings'), 'description' => t('Locale module form element.'), - 'weight' => 0, + 'weight' => 1, ); return $extra; diff -u b/modules/user/user.module b/modules/user/user.module --- b/modules/user/user.module +++ b/modules/user/user.module @@ -239,7 +239,7 @@ 'picture' => array( 'label' => t('User picture'), 'description' => t('User module picture form element.'), - 'weight' => 2, + 'weight' => 1, ), ); }