1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-16 16:55:36 +00:00

(trunk libT) fix tiny typo in previous commit... :/

This commit is contained in:
Charles Kerr 2010-01-20 20:25:13 +00:00
parent 2dce44fbe7
commit 649819d1be

View file

@ -1319,7 +1319,6 @@ checkAndStartImpl( void * vtor )
stop the torrent and log an error. */
if( tor->preVerifyTotal && !tr_cpHaveTotal( &tor->completion ) )
{
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." ) );
tr_torrentSetLocalError( tor, _( "No data found! Reconnect any disconnected drives, use \"Set Location\", or restart the torrent to re-download." ) );
tr_torrentStop( tor );
}