Index: widgets.admin.inc
===================================================================
--- widgets.admin.inc	(revision 30026)
+++ widgets.admin.inc	(working copy)
@@ -764,7 +764,7 @@
 			 }
 		   $field = array(
 		    '#type' => 'textfield',
-		    '#title' => ucfirst(str_replace(array('_', '-'), ' ', $key)),
+		    '#title' => t(ucfirst(str_replace(array('_', '-'), ' ', $key))),  // PVE 7/2/12 translations
 		    '#default_value' => isset($data[$key]) ? $data[$key] : '',
 		    '#template_default_value' => $values['default'],
 		    '#description' => t('Leave blank to use default %default.',
