diff --git a/email.module b/email.module
index a8f0be2..06bb4ab 100644
--- a/email.module
+++ b/email.module
@@ -8,10 +8,10 @@ function email_field_info() {
   return array(
     'email' => array(
       'label' => 'Email',
-      'description' => t('This field stores and renderes email addresses.'),
-      'default_widget' => 'text_textfield',
-      'default_formatter' => 'default',
-      'property_type' => 'text',
+      'description' => t('This field stores and renders email addresses.'),
+      'default_widget' => 'email_textfield',
+      'default_formatter' => 'email_default',
+      'property_type' => 'text', // @todo Is this used somewhere?
     ),
   );
 }
