mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(gtk) tweak the column headings in the details dialog.
This commit is contained in:
@@ -283,14 +283,14 @@ enum
|
||||
static const char* peer_column_names[N_PEER_COLS] =
|
||||
{
|
||||
N_("Address"),
|
||||
N_("Client"),
|
||||
/* 'percent done' column header. terse to keep the column narrow. */
|
||||
N_("%"),
|
||||
" ",
|
||||
/* 'download speed' column header. terse to keep the column narrow. */
|
||||
N_("Down"),
|
||||
/* 'upload speed' column header. terse to keep the column narrow. */
|
||||
N_("Up"),
|
||||
N_("Client"),
|
||||
/* 'percent done' column header. terse to keep the column narrow. */
|
||||
N_("%"),
|
||||
" ",
|
||||
N_("Status")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user