### Eclipse Workspace Patch 1.0 #P drupal-contrib-6--2 Index: modules/cck/includes/content.admin.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cck/includes/content.admin.inc,v retrieving revision 1.181.2.10 diff -u -r1.181.2.10 content.admin.inc --- modules/cck/includes/content.admin.inc 3 Jul 2008 12:44:51 -0000 1.181.2.10 +++ modules/cck/includes/content.admin.inc 4 Jul 2008 20:57:01 -0000 @@ -490,8 +490,8 @@ foreach ($field_types as $field_type_name => $field_type) { foreach ($widget_types as $widget_type_name => $widget_type) { if (in_array($field_type_name, $widget_type['field types'])) { - $field_type_options[$field_type_name] = $field_type['label']; - $widget_type_options[$field_type_name][$widget_type_name] = $widget_type['label']; + $field_type_options[$field_type_name] = t($field_type['label']); + $widget_type_options[$field_type_name][$widget_type_name] = t($widget_type['label']); } } }