From 6d1ad8e0cb895362afe91af2aa7f88a557aeacba Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Mon, 17 Jan 2011 16:10:17 +0000 Subject: [PATCH] (trunk gtk) #3908 "details dialog's information tab shows (verified + unverified) + unverified" -- fixed. --- gtk/details.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/details.c b/gtk/details.c index 0f7b93284..7d1803d04 100644 --- a/gtk/details.c +++ b/gtk/details.c @@ -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; } } -- 2.40.0