1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 00:34:04 +00:00

(trunk gtk) #3908 "details dialog's information tab shows (verified + unverified) + unverified" -- fixed.

This commit is contained in:
Jordan Lee 2011-01-17 16:10:17 +00:00
parent 5ac1cba6ed
commit 6d1ad8e0cb

View file

@ -835,7 +835,7 @@ refreshInfo( struct DetailsImpl * di, tr_torrent ** torrents, int n )
else if( !haveUnchecked )
g_snprintf( buf, sizeof( buf ), _( "%1$s (%2$s%% of %3$s%% Available)" ), total, buf2, avail );
else
g_snprintf( buf, sizeof( buf ), _( "%1$s (%2$s%% of %3$s%% Available) + %4$s Unverified" ), total, buf2, avail, unver );
g_snprintf( buf, sizeof( buf ), _( "%1$s (%2$s%% of %3$s%% Available); %4$s Unverified" ), total, buf2, avail, unver );
str = buf;
}
}