2
0
Эх сурвалжийг харах

* made SExecuteProcessFailed error message more clear

git-svn-id: trunk@8622 -
florian 18 жил өмнө
parent
commit
5a585ce07d

+ 1 - 1
rtl/objpas/sysconst.pp

@@ -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';