Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 7914)
+++ trunk/psLib/src/astro/psCoord.c	(revision 8232)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-07-15 02:57:12 $
+*  @version $Revision: 1.122 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-08 23:32:22 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 #include "psLogMsg.h"
 #include "psTrace.h"
-#include "psErrorText.h"
+
 #include "psMatrix.h"
 #include "psMinimizePolyFit.h"
@@ -435,5 +435,5 @@
     default:
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,
+                _("The projection type, %d, is unknown."),
                 projection->type);
         psFree(out);
@@ -537,5 +537,5 @@
     default:
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,
+                _("The projection type, %d, is unknown."),
                 projection->type);
         psFree(out);
