(trunk libT) #2955 "jit verify" -- undo r11606. the old error message was longer, but more helpful

This commit is contained in:
Charles Kerr 2010-12-30 18:35:18 +00:00
parent d42017ba10
commit 1f0c916469
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ setLocalErrorIfFilesDisappeared( tr_torrent * tor )
if( disappeared )
{
tr_tordbg( tor, "%s", "[LAZY] uh oh, the files disappeared" );
tr_torrentSetLocalError( tor, "%s", _( "This torrent's files are missing! (Did you unplug an external drive?)" ) );
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." ) );
}
return disappeared;