(trunk libT) revision of r8915 for #1766: flag the warning message for translation.

This commit is contained in:
Charles Kerr 2009-08-13 17:56:50 +00:00
parent deb25906d0
commit 9d0760e58c
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ checkAndStartImpl( void * vtor )
stop the torrent and log an error. */ stop the torrent and log an error. */
if( tor->preVerifyTotal && !tr_cpHaveTotal( &tor->completion ) ) if( tor->preVerifyTotal && !tr_cpHaveTotal( &tor->completion ) )
{ {
tr_torrentSetLocalError( tor, "Can't find local data. Try \"Set Location\" to find it, or restart the torrent to re-download." ); tr_torrentSetLocalError( tor, _( "Can't find local data. Try \"Set Location\" to find it, or restart the torrent to re-download." ) );
tr_torrentStop( tor ); tr_torrentStop( tor );
} }
else else