=== modified file 'modules/field/modules/text/text.module'
--- modules/field/modules/text/text.module	2009-11-01 15:00:03 +0000
+++ modules/field/modules/text/text.module	2009-11-03 23:10:16 +0000
@@ -35,7 +35,6 @@
   return array(
     'text' => array(
       'label' => t('Text'),
-      'description' => t('This field stores varchar text in the database.'),
       'settings' => array('max_length' => 255),
       'instance_settings' => array('text_processing' => 0),
       'default_widget' => 'text_textfield',
@@ -43,7 +42,6 @@
     ),
     'text_long' => array(
       'label' => t('Long text'),
-      'description' => t('This field stores long text in the database.'),
       'settings' => array('max_length' => ''),
       'instance_settings' => array('text_processing' => 0),
       'default_widget' => 'text_textarea',
@@ -51,7 +49,6 @@
     ),
     'text_with_summary' => array(
       'label' => t('Long text and summary'),
-      'description' => t('This field stores long text in the database along with optional summary text.'),
       'settings' => array('max_length' => ''),
       'instance_settings' => array('text_processing' => 1, 'display_summary' => 0),
       'default_widget' => 'text_textarea_with_summary',

