GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Service" rather than [IP] "Address"
This commit is contained in:
@@ -115,7 +115,7 @@ PeerTableModel::PeerTableModel(ClientModel *parent) :
|
||||
clientModel(parent),
|
||||
timer(0)
|
||||
{
|
||||
columns << tr("Address/Hostname") << tr("User Agent") << tr("Ping Time");
|
||||
columns << tr("Node/Service") << tr("User Agent") << tr("Ping Time");
|
||||
priv = new PeerTablePriv();
|
||||
// default to unsorted
|
||||
priv->sortColumn = -1;
|
||||
|
||||
Reference in New Issue
Block a user