Index: webform.components.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/includes/webform.components.inc,v
retrieving revision 1.32
diff -u -r1.32 webform.components.inc
--- webform.components.inc	25 Mar 2010 01:00:00 -0000	1.32
+++ webform.components.inc	25 Mar 2010 01:37:08 -0000
@@ -289,7 +289,7 @@
 }
 
 function webform_component_edit_form($form, $form_state, $node, $component, $clone = FALSE) {
-  drupal_set_title(t('Edit component: @name (@type)', array('@name' => $component['name'], '@type' => t($component['type']))), PASS_THROUGH);
+  drupal_set_title(t('Edit component: @name', array('@name' => $component['name'])), PASS_THROUGH);
   drupal_add_css(drupal_get_path('module', 'webform') . '/webform.css', 'theme', 'all', FALSE);
 
   // Print the correct field type specification.
