(gtk) tweak the column headings in the details dialog.

This commit is contained in:
Charles Kerr 2008-06-12 00:03:46 +00:00
parent a029f4e34a
commit f3de368dde
1 changed files with 4 additions and 4 deletions

View File

@ -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")
};