mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +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"';
|
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';
|
||||||
|
Loading…
Reference in New Issue
Block a user