Index: supported/node.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/node_import/supported/node.inc,v
retrieving revision 1.3
diff -u -p -r1.3 node.inc
--- supported/node.inc	25 Jul 2006 07:01:41 -0000	1.3
+++ supported/node.inc	3 Sep 2006 05:29:31 -0000
@@ -10,7 +10,7 @@ function node_node_import_fields($type) 
   if (user_access('administer nodes')) {
     return array(
       'name' => t('Authored by'),
-      'date' => t('Authored on'),
+      'created' => t('Authored on'),
     );
   }
 }
