]> granicus.if.org Git - transmission/commitdiff
(trunk, libT) #2955 "jit verify" -- shorten the error message for torrents whose...
authorCharles Kerr <charles@transmissionbt.com>
Thu, 30 Dec 2010 07:42:14 +0000 (07:42 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 30 Dec 2010 07:42:14 +0000 (07:42 +0000)
libtransmission/torrent.c

index 0592bd526ff2c23eb7b8235ee76f49e63800b098..80c05843adbb31679401f62d88e7798fdf70beb3 100644 (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", _( "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;