Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 7766)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 8232)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-30 02:20:06 $
+ *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-08 23:32:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -30,5 +30,5 @@
 #include "psImageStats.h"
 #include "psAssert.h"
-#include "psErrorText.h"
+
 #include "psRegion.h"
 #include "psRegionForImage.h"
@@ -497,5 +497,5 @@
         if (mask == NULL) {
             psError(PS_ERR_BAD_PARAMETER_NULL, true,
-                    PS_ERRORTEXT_psImage_IMAGE_NULL);
+                    _("Can not operate on a NULL psImage."));
             return -1;
         }
@@ -592,9 +592,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-                                        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                                                "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-                                        return -1;
-                                    }
-                                */
+                                            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                                                    "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                                            return -1;
+                                        }
+                                    */
     x0 = col0;
     x1 = col1;
@@ -632,5 +632,5 @@
     default:
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psImage_IMAGE_MASK_TYPE, type, PS_TYPE_U8);
+                _("Input psImage mask type, %s, is not the supported mask datatype of %s."), type, PS_TYPE_U8);
         return -1;
     }
