(trunk gtk) #3908 "details dialog's information tab shows (verified + unverified...
authorJordan Lee <jordan@transmissionbt.com>
Mon, 17 Jan 2011 16:10:17 +0000 (16:10 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Mon, 17 Jan 2011 16:10:17 +0000 (16:10 +0000)
gtk/details.c

index 0f7b932845370b5a8778a71a9934183af2e00595..7d1803d04107cc809762024da0edf2ff63348c1b 100644 (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;
         }
     }