mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
(trunk gtk) fix minor oops from earlier today in the properties dialog's peer list
This commit is contained in:
parent
8387e3abcc
commit
8b87c14513
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ enum
|
|||
static const char* peer_column_names[N_PEER_COLS] =
|
||||
{
|
||||
N_( "Address" ),
|
||||
"",
|
||||
/* 'download speed' column header. terse to keep the column narrow. */
|
||||
N_( "Down" ),
|
||||
/* 'upload speed' column header. terse to keep the column narrow. */
|
||||
|
|
Loading…
Reference in a new issue