* made SExecuteProcessFailed error message more clear

git-svn-id: trunk@8622 -
This commit is contained in:
florian 2007-09-23 14:59:22 +00:00
parent 5b43775060
commit 5a585ce07d

View File

@ -43,7 +43,7 @@ resourcestring
SErrInvalidTimeStamp = 'Invalid date/timestamp : "%s"'; SErrInvalidTimeStamp = 'Invalid date/timestamp : "%s"';
SExceptionErrorMessage = 'exception at %p'; SExceptionErrorMessage = 'exception at %p';
SExceptionStack = 'Exception stack error'; SExceptionStack = 'Exception stack error';
SExecuteProcessFailed = 'Failed to execute %s : %d'; SExecuteProcessFailed = 'Failed to execute "%s", error code: %d';
SExternalException = 'External exception %x'; SExternalException = 'External exception %x';
SFileNotAssigned = 'File not assigned'; SFileNotAssigned = 'File not assigned';
SFileNotFound = 'File not found'; SFileNotFound = 'File not found';