Index: trunk/sites/all/modules/contrib/examples/field_example/field_example.module
===================================================================
--- trunk/sites/all/modules/contrib/examples/field_example/field_example.module	(revision 38)
+++ trunk/sites/all/modules/contrib/examples/field_example/field_example.module	(working copy)
@@ -210,6 +210,7 @@
       $element['rgb'] += array(
         '#type' => 'textfield',
         '#default_value' => $value,
+        '#title' => $instance['label'],
         // Allow a slightly larger size that the field length to allow for some
         // configurations where all characters won't fit in input field.
         '#size' => 7,
