mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(trunk, libT) #2955 "jit verify" -- shorten the error message for torrents whose files disappeared.
This commit is contained in:
parent
123ad33ce4
commit
efcbab893f
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ setLocalErrorIfFilesDisappeared( tr_torrent * tor )
|
||||||
if( disappeared )
|
if( disappeared )
|
||||||
{
|
{
|
||||||
tr_tordbg( tor, "%s", "[LAZY] uh oh, the files disappeared" );
|
tr_tordbg( tor, "%s", "[LAZY] uh oh, the files disappeared" );
|
||||||
tr_torrentSetLocalError( tor, "%s", _( "No data found! Ensure your drives are connected or use \"Set Location\". To re-download, remove the torrent and re-add it." ) );
|
tr_torrentSetLocalError( tor, "%s", _( "This torrent's files are missing! (Did you unplug an external drive?)" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
return disappeared;
|
return disappeared;
|
||||||
|
|
Loading…
Reference in a new issue