? 89131-followup.patch ? misc/jquery.example.js ? sites/all/modules ? sites/default/files ? sites/default/settings.php Index: modules/comment/comment.module =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v retrieving revision 1.620 diff -u -p -r1.620 comment.module --- modules/comment/comment.module 21 Feb 2008 19:38:07 -0000 1.620 +++ modules/comment/comment.module 21 Feb 2008 19:49:03 -0000 @@ -296,7 +296,7 @@ function comment_block($op = 'list', $de '#title' => t('Number of recent comments'), '#default_value' => variable_get('comment_block_count', 10), '#options' => drupal_map_assoc(array(2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 30)), - '#description' => t('Number of comments to display in block with recent comments.'), + '#description' => t('Number of comments displayed in the Recent comments block.'), ); return $form;