mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Fix 'peer from PEX' message
This commit is contained in:
parent
4a84b6a911
commit
5d6e71c9ca
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ void PeerListWidget::getFlags(const peer_info& peer, QString& flags, QString& to
|
|||
//H = Peer was obtained through DHT
|
||||
if (peer.source & peer_info::dht) {
|
||||
flags += "H ";
|
||||
tooltip += tr("peer from PEX");
|
||||
tooltip += tr("peer from DHT");
|
||||
tooltip += ", ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue