Index: trunk/psLib/src/psErrorText_en.dat
===================================================================
--- trunk/psLib/src/psErrorText_en.dat	(revision 4827)
+++ trunk/psLib/src/psErrorText_en.dat	(revision 4971)
@@ -203,7 +203,10 @@
 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE The requested y-value does not fall with the specified range of x-values.  Returning NAN.
 #
-psFunctions_INVALID_POLYNOMIAL_TYPE    Unknown polynomial type 0x%x found.  Evaluation failed.
-psFunctions_TYPE_NOT_SUPPORTED         Input psVector type, %s, is not supported.
-psFunctions_NOT_ENOUGH_DATAPOINTS      Given vector does not have enough data points for %d-order interpolation.
+psPolynomial_INVALID_POLYNOMIAL_TYPE    Unknown polynomial type 0x%x found.  Evaluation failed.
+psPolynomial_TYPE_NOT_SUPPORTED         Input psVector type, %s, is not supported.
+psPolynomial_NOT_ENOUGH_DATAPOINTS      Given vector does not have enough data points for %d-order interpolation.
+psSpline_INVALID_POLYNOMIAL_TYPE    Unknown polynomial type 0x%x found.  Evaluation failed.
+psSpline_TYPE_NOT_SUPPORTED         Input psVector type, %s, is not supported.
+psSpline_NOT_ENOUGH_DATAPOINTS      Given vector does not have enough data points for %d-order interpolation.
 #
 psRandom_UNKNOWN_RANDFOM_NUMBER_GENERATOR_TYPE Unknown Random Number Generator Type
