mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
separate code for determining if there is a download with same name and location
This commit is contained in:
@@ -395,7 +395,7 @@ tr_errorString( int code )
|
||||
return "Insufficient permissions";
|
||||
case TR_ERROR_IO_SPACE:
|
||||
return "Insufficient free space";
|
||||
case TR_ERROR_IO_DUP_NAME:
|
||||
case TR_ERROR_IO_DUP_DOWNLOAD:
|
||||
return "Already active transfer with same name and download folder";
|
||||
case TR_ERROR_IO_RESOURCES:
|
||||
return "Insufficient resources";
|
||||
|
||||
Reference in New Issue
Block a user