Index: trunk/psLib/src/sys/psErrorCodes.c.in
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.c.in	(revision 8232)
+++ trunk/psLib/src/sys/psErrorCodes.c.in	(revision 8233)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-08 23:32:23 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-08 23:39:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -112,5 +112,5 @@
     if (errors == NULL) {
         psError(PS_ERR_BAD_PARAMETER_NULL, true,
-                PS_ERRORTEXT_psErrorCode_NULL_ERRORDESCRIPTION);
+                _("Specified psErrorDescription pointer can not be NULL."));
         return;
     }
@@ -137,5 +137,5 @@
 
             psError(PS_ERR_UNKNOWN, false,
-                    PS_ERRORTEXT_psErrorCode_ERRORCODE_REGISTER_FAILED,
+                    _("Failed to add input psErrorDescription at array index %d."),
                     i);
         }
