Index: modules/field_ui/field_ui.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/field_ui/field_ui.admin.inc,v
retrieving revision 1.35
diff -u -p -r1.35 field_ui.admin.inc
--- modules/field_ui/field_ui.admin.inc	3 Jan 2010 21:01:04 -0000	1.35
+++ modules/field_ui/field_ui.admin.inc	18 Jan 2010 15:20:29 -0000
@@ -1090,7 +1090,7 @@ function field_ui_field_edit_form($form,
     '#rows' => 5,
     '#description' => t('Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags', array('@tags' => _field_filter_xss_display_allowed_tags())),
     '#required' => FALSE,
-    '#weight' => 0,
+    '#weight' => -1,
   );
 
   // Build the widget component of the instance.
