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:
parent
f03073e080
commit
18ab99970b
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue