Index: content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v
retrieving revision 1.56.2.26
diff -u -r1.56.2.26 content.module
--- modules/cck/content.module	19 Nov 2006 00:36:50 -0000	1.56.2.26
+++ modules/cck/content.module	11 Dec 2006 13:56:32 -0000
@@ -909,7 +909,7 @@
 
   $output .= '<div class="field field-type-'. strtr($field['type'], '_', '-') .' field-'. strtr($field['field_name'], '_', '-') .'">';
 
-  $output .= '<h3 class="field-label">'. $field['widget']['label'] .'</h3>';
+  $output .= '<h3 class="field-label">'. t($field['widget']['label']) .'</h3>';
 
   $output .= '<div class="field-items">';
   foreach ($items as $item) {

