? 664860.patch
Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.155.2.49
diff -u -p -r1.1.2.12.2.155.2.49 apachesolr.module
--- apachesolr.module	18 Dec 2009 11:52:13 -0000	1.1.2.12.2.155.2.49
+++ apachesolr.module	21 Dec 2009 13:14:49 -0000
@@ -1471,7 +1471,7 @@ function apachesolr_field_name_map($fiel
       }
     }
     foreach (apachesolr_cck_fields() as $name => $field) {
-      $map[apachesolr_index_key($field)] = t('CCK @type field %label', array('@type' => $field['index_type'], '%name' => $field['label']));
+      $map[apachesolr_index_key($field)] = t('CCK @type field %label', array('@type' => $field['index_type'], '%label' => $field['label']));
     }
     drupal_alter('apachesolr_field_name_map', $map);
   }
