mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
tyop fix
This commit is contained in:
parent
769b29ce68
commit
208ca81996
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue