Index: trunk/psLib/src/astro/psSphereOps.c
===================================================================
--- trunk/psLib/src/astro/psSphereOps.c	(revision 7914)
+++ trunk/psLib/src/astro/psSphereOps.c	(revision 8232)
@@ -8,6 +8,6 @@
  *  @author Dave Robbins, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-15 02:57:12 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-08 23:32:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,5 +25,5 @@
 #include "psError.h"
 #include "psLogMsg.h"
-#include "psErrorText.h"
+
 
 
@@ -225,5 +225,5 @@
     // Check the specified MJD is greater than 1900
     if ( MJD < MJD_1900 ) {
-        psError(PS_ERR_BAD_PARAMETER_TYPE,true,PS_ERRORTEXT_psCoord_INVALID_MJD);
+        psError(PS_ERR_BAD_PARAMETER_TYPE,true,_("Specified time is less than 1900."));
         return NULL;
     }
@@ -252,5 +252,5 @@
     // Check the specified MJD is greater than 1900
     if ( MJD < MJD_1900 ) {
-        psError(PS_ERR_BAD_PARAMETER_TYPE,true,PS_ERRORTEXT_psCoord_INVALID_MJD);
+        psError(PS_ERR_BAD_PARAMETER_TYPE,true,_("Specified time is less than 1900."));
         return NULL;
     }
@@ -361,5 +361,5 @@
         else {
             psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
+                    _("Specified units, 0x%x, is not supported."),
                     unit);
             psFree(tmp);
@@ -370,5 +370,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                PS_ERRORTEXT_psCoord_OFFSET_MODE_UNKNOWN,
+                _("Specified offset mode, 0x%x, is not supported."),
                 mode);
         psFree(tmp);
@@ -432,5 +432,5 @@
         } else {
             psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
+                    _("Specified units, 0x%x, is not supported."),
                     unit);
             return NULL;
@@ -451,5 +451,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                PS_ERRORTEXT_psCoord_OFFSET_MODE_UNKNOWN,
+                _("Specified offset mode, 0x%x, is not supported."),
                 mode);
         return NULL;
