1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 13:32:19 +00:00

fix r5243 typo reported by BentMyWookie

This commit is contained in:
Charles Kerr 2008-03-13 11:57:42 +00:00
parent f03073e080
commit 18ab99970b

View file

@ -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 );