Skip to content

Commit

Permalink
Merge pull request #1125 from Gelmir/typo
Browse files Browse the repository at this point in the history
Fix 'peer from PEX' message
  • Loading branch information
sledgehammer999 committed Nov 24, 2013
2 parents 4a84b6a + 5d6e71c commit 08e369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/properties/peerlistwidget.cpp
Expand Up @@ -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 += ", ";
}

Expand Down

0 comments on commit 08e369e

Please sign in to comment.