From 18ab99970bf8871f3cb53dda89288ccbf9d93744 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 13 Mar 2008 11:57:42 +0000 Subject: [PATCH] fix r5243 typo reported by BentMyWookie --- libtransmission/torrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 8eea6a530..ace9e4a2c 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -875,7 +875,7 @@ freeTorrent( tr_torrent * tor ) assert( h->torrentCount >= 1 ); h->torrentCount--; - tr_torinf( tor, _( "Closing torrent %s; %d torrents left" ), + tr_torinf( tor, _( "Closing torrent %d torrents left" ), h->torrentCount ); tr_metainfoFree( inf );