]> granicus.if.org Git - transmission/commitdiff
(trunk libT) revision of r8915 for #1766: flag the warning message for translation.
authorCharles Kerr <charles@transmissionbt.com>
Thu, 13 Aug 2009 17:56:50 +0000 (17:56 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 13 Aug 2009 17:56:50 +0000 (17:56 +0000)
libtransmission/torrent.c

index 059bbfa3c5fdb65e3447e656c413a47b14dd727b..114b843777d4b31e61060b59314b148453ae8be2 100644 (file)
@@ -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