1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00
This commit is contained in:
Charles Kerr 2007-07-16 02:23:30 +00:00
parent 769b29ce68
commit 208ca81996

View file

@ -105,7 +105,7 @@ formatname( GtkTreeViewColumn * col SHUTUP, GtkCellRenderer * rend,
{
bottom = g_strdup_printf( ngettext( "Downloading from %i of %i peer",
"Downloading from %i of %i peers",
tpeers ), upeers, tpeers );
tpeers ), dpeers, tpeers );
}
else
{