1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
This commit is contained in:
Mitchell Livingston 2007-01-14 16:57:31 +00:00
parent 4386cba273
commit c351ac51f8

View file

@ -349,7 +349,7 @@ tr_errorString( int code )
case TR_ERROR_IO_PARENT:
return "Download folder does not exist";
case TR_ERROR_IO_PERMISSIONS:
return "Unsufficient permissions";
return "Insufficient permissions";
case TR_ERROR_IO_OTHER:
return "Generic I/O error";
}