Changeset 9976 for trunk/libtransmission/torrent.c
- Timestamp:
- Jan 20, 2010, 8:25:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r9975 r9976 1320 1320 if( tor->preVerifyTotal && !tr_cpHaveTotal( &tor->completion ) ) 1321 1321 { 1322 tr_torrentSetLocalError( tor, _( "No data found! Please reconnect any disconnected drives, use \"Set Location\" to find the data, or restart the torrent to re-download." ) );1323 1322 tr_torrentSetLocalError( tor, _( "No data found! Reconnect any disconnected drives, use \"Set Location\", or restart the torrent to re-download." ) ); 1324 1323 tr_torrentStop( tor );
Note: See TracChangeset
for help on using the changeset viewer.