Index: modules/category_simple_patches/category.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/category/category.inc,v
retrieving revision 1.42.2.18
diff -u -r1.42.2.18 category.inc
--- modules/category_simple_patches/category.inc	30 Sep 2006 03:52:51 -0000	1.42.2.18
+++ modules/category_simple_patches/category.inc	14 Oct 2006 01:57:50 -0000
@@ -985,7 +985,7 @@
     $output .= theme('pager', NULL, variable_get('default_nodes_main', 10), 0);
   }
   else {
-    $output .= t('There are currently no posts in this category.');
+    $output .= t('There are currently no items in this category.');
   }
 
   return $output;
