mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* made SExecuteProcessFailed error message more clear
git-svn-id: trunk@8622 -
This commit is contained in:
parent
5b43775060
commit
5a585ce07d
@ -43,7 +43,7 @@ resourcestring
|
||||
SErrInvalidTimeStamp = 'Invalid date/timestamp : "%s"';
|
||||
SExceptionErrorMessage = 'exception at %p';
|
||||
SExceptionStack = 'Exception stack error';
|
||||
SExecuteProcessFailed = 'Failed to execute %s : %d';
|
||||
SExecuteProcessFailed = 'Failed to execute "%s", error code: %d';
|
||||
SExternalException = 'External exception %x';
|
||||
SFileNotAssigned = 'File not assigned';
|
||||
SFileNotFound = 'File not found';
|
||||
|
Loading…
Reference in New Issue
Block a user