--- node.module	2007-03-06 01:44:22.000000000 +0100
+++ node.module	2007-03-06 01:44:55.000000000 +0100
@@ -2162,7 +2162,7 @@
 
     if (isset($item)) {
       uksort($item, 'strnatcasecmp');
-      $output = t('Choose the appropriate item from the list:') .'<dl>'. implode('', $item) .'</dl>';
+      $output = '<dl>'. implode('', $item) .'</dl>';
     }
     else {
       $output = t('No content types available.');
