Index: content_types/block.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/panels/content_types/block.inc,v
retrieving revision 1.1.6.26
diff -u -r1.1.6.26 block.inc
--- content_types/block.inc	6 Jun 2008 15:32:49 -0000	1.1.6.26
+++ content_types/block.inc	11 Jun 2008 01:35:33 -0000
@@ -214,7 +214,7 @@
 }
 
 function panels_default_block_info($module, $delta, &$info) {
-  $core_modules = array('aggregator', 'book', 'CVS', 'help', 'node', 'profile', 'taxonomy', 'user', 'block', 'color', 'drupal', 'legacy', 'path', 'search', 'throttle', 'watchdog', 'blog', 'comment', 'filter', 'locale', 'ping', 'statistics', 'tracker', 'blogapi', 'contact', 'forum', 'menu', 'poll', 'system', 'upload');
+  $core_modules = array('aggregator', 'block', 'blog', 'blogapi', 'book', 'color', 'comment', 'contact', 'drupal', 'filter', 'forum', 'help', 'legacy', 'locale', 'menu', 'node', 'path', 'ping', 'poll', 'profile', 'search', 'statistics', 'taxonomy', 'throttle', 'tracker', 'upload', 'user', 'watchdog', 'system');
 
   if (in_array($module, $core_modules)) {
     $info['icon'] = 'icon_core_block.png';
@@ -222,7 +222,7 @@
   }
   else {
     $info['icon'] = 'icon_contrib_block.png';
-    $info['category'] = t('Contributed modules');
+    $info['category'] = t('Contributed blocks');
   }
 }
 
