Changeset 11606


Ignore:
Timestamp:
Dec 30, 2010, 7:42:14 AM (12 years ago)
Author:
charles
Message:

(trunk, libT) #2955 "jit verify" -- shorten the error message for torrents whose files disappeared.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r11605 r11606  
    766766    {
    767767        tr_tordbg( tor, "%s", "[LAZY] uh oh, the files disappeared" );
    768         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." ) );
     768        tr_torrentSetLocalError( tor, "%s", _( "This torrent's files are missing! (Did you unplug an external drive?)" ) );
    769769    }
    770770
Note: See TracChangeset for help on using the changeset viewer.