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:
parent
2dce44fbe7
commit
649819d1be
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue