mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
(trunk gtk) #3908 "details dialog's information tab shows (verified + unverified) + unverified" -- fixed.
This commit is contained in:
parent
5ac1cba6ed
commit
6d1ad8e0cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue