projects
/
transmission
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac1cba
)
(trunk gtk) #3908 "details dialog's information tab shows (verified + unverified...
author
Jordan Lee
<jordan@transmissionbt.com>
Mon, 17 Jan 2011 16:10:17 +0000
(16:10 +0000)
committer
Jordan Lee
<jordan@transmissionbt.com>
Mon, 17 Jan 2011 16:10:17 +0000
(16:10 +0000)
gtk/details.c
patch
|
blob
|
history
diff --git
a/gtk/details.c
b/gtk/details.c
index 0f7b932845370b5a8778a71a9934183af2e00595..7d1803d04107cc809762024da0edf2ff63348c1b 100644
(file)
--- 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;
}
}