Index: modules/search/search.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.install,v
retrieving revision 1.13
diff -u -r1.13 search.install
--- modules/search/search.install	24 Dec 2007 10:37:13 -0000	1.13
+++ modules/search/search.install	27 Dec 2007 06:43:18 -0000
@@ -114,21 +114,21 @@
   );
 
   $schema['search_node_links'] = array(
-    'description' => t('Stores nodes that link to other nodes, used to improve search scores for nodes that are frequently linked to.'),
+    'description' => t('Stores items (e.g., nodes) that link to other nodes, used to improve search scores for nodes that are frequently linked to.'),
     'fields' => array(
       'sid' => array(
         'type' => 'int',
         'unsigned' => TRUE,
         'not null' => TRUE,
         'default' => 0,
-        'description' => t('The {search_dataset}.sid of the searchable item to which the word belongs.'),
+        'description' => t('The {search_dataset}.sid of the searchable item that links to the node.'),
       ),
       'type' => array(
         'type' => 'varchar',
         'length' => 16,
         'not null' => TRUE,
         'default' => '',
-        'description' => t('The {search_dataset}.sid of the searchable item to which the word belongs.'),
+        'description' => t('The {search_dataset}.type of the searchable item that links to the node.'),
       ),
       'nid' => array(
         'type' => 'int',
