Index: trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
===================================================================
--- trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 1715)
+++ trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 1716)
@@ -9,17 +9,17 @@
 # Error Messages from psLogMsg.c:
 #
-psLogSetDestination_DESTINATION_MALFORMED      The specified destination, %s, is malformed.
-psLogSetDestination_DEST_LOCATION_INVALID      The location, %s, for protocol 'dest' is invalid.
-psLogSetDestination_OPEN_FILE_FAILED           Could not open file '%s' for output.
-psLogSetDestination_UNSUPPORTED_PROTOCOL       Do not know how to handle the protocol '%s'.
-psLogSetFormat_UNKNOWN_KEY                     Unknown logging keyword %c.
+psLogMsg_DESTINATION_MALFORMED         The specified destination, %s, is malformed.
+psLogMsg_DEST_LOCATION_INVALID         The location, %s, for protocol 'dest' is invalid.
+psLogMsg_OPEN_FILE_FAILED              Could not open file '%s' for output.
+psLogMsg_UNSUPPORTED_PROTOCOL          Do not know how to handle the protocol '%s'.
+psLogMsg_UNKNOWN_KEY                   Unknown logging keyword %c.
 #
 # Error Messages from psMemory.c:
 #
-psMemory_NULL_BLOCK                            NULL memory block found.
-psMemory_DEREF_BLOCK_USE                       Memory block %ld was freed but still used.
-psMemory_UNDERFLOW                             Memory block %ld is corrupted; buffer underflow detected.
-psMemory_OVERFLOW                              Memory block %ld is corrupted; buffer overflow detected.
-psMemory_MULTIPLE_FREE                         Block %ld allocated at %s:%d freed more than once at %s:%d.
+psMemory_NULL_BLOCK                    NULL memory block found.
+psMemory_DEREF_BLOCK_USE               Memory block %ld was freed but still used.
+psMemory_UNDERFLOW                     Memory block %ld is corrupted; buffer underflow detected.
+psMemory_OVERFLOW                      Memory block %ld is corrupted; buffer overflow detected.
+psMemory_MULTIPLE_FREE                 Block %ld allocated at %s:%d freed more than once at %s:%d.
 #
 # Error Messages from psString.c:
@@ -29,7 +29,7 @@
 # Error Messages from psTrace.c:
 #
-psTrace_NULL_SUBCOMPONENT                      Sub-component %d of node %s in trace tree is NULL.
-psTrace_NULL_TRACETREE                         Function %s called on a NULL trace level tree.
-psTrace_ADD_NULL_COMPONENT                     Failed to add null component to trace tree.
-psTrace_MALFORMED_COMPONENT_NAME               Failed to add '%s' to the root component tree; component must start with '.'.
-psTrace_FAILED_TO_ADD_COMPONENT                Failed to set trace level (%d) to '%s'.
+psTrace_NULL_SUBCOMPONENT              Sub-component %d of node %s in trace tree is NULL.
+psTrace_NULL_TRACETREE                 Function %s called on a NULL trace level tree.
+psTrace_ADD_NULL_COMPONENT             Failed to add null component to trace tree.
+psTrace_MALFORMED_COMPONENT_NAME       Failed to add '%s' to the root component tree; component must start with '.'.
+psTrace_FAILED_TO_ADD_COMPONENT        Failed to set trace level (%d) to '%s'.
