From 9d0760e58c8f90d9530289f6f0be8a34db658d6c Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 13 Aug 2009 17:56:50 +0000 Subject: [PATCH] (trunk libT) revision of r8915 for #1766: flag the warning message for translation. --- libtransmission/torrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 059bbfa3c..114b84377 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -1269,7 +1269,7 @@ checkAndStartImpl( void * vtor ) stop the torrent and log an error. */ 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 ); } else