### Eclipse Workspace Patch 1.0
#P drupal-contrib-5
Index: modules/potx/potx.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx.inc,v
retrieving revision 1.1.2.25
diff -u -r1.1.2.25 potx.inc
--- modules/potx/potx.inc	25 Mar 2008 17:51:43 -0000	1.1.2.25
+++ modules/potx/potx.inc	12 Jul 2008 13:28:07 -0000
@@ -451,7 +451,7 @@
   if (count($_potx_store) > 1) {
     foreach ($_potx_store as $file => $contents) {
       // Merge too small files into general.pot.
-      if ($contents['count'] < 10 && $file != 'general') {
+      if ($contents['count'] < 10 && $file != 'general' && $file != 'installer') {
         if (!isset($_potx_store['general'])) {
           $_potx_store['general'] = $contents;
         }
