fix r5590 spelling error

This commit is contained in:
Charles Kerr
2008-04-12 01:37:59 +00:00
parent 6d6a98f785
commit 44fe2b688f

View File

@@ -507,7 +507,7 @@ onPeerViewQueryTooltip( GtkWidget * widget,
case 'd': txt = _( "We'd download from peer if they'd let us" ); break;
case 'U': txt = _( "Uploading to peer" ); break;
case 'u': txt = _( "Peer would download from us if we'd let them" ); break;
case 'K': txt = _( "Peer has unchoked use, but we're not interested" ); break;
case 'K': txt = _( "Peer has unchoked us, but we're not interested" ); break;
case '?': txt = _( "We unchoked the peer, but they're not interested" ); break;
case 'E': txt = _( "Using encryption to communicate with peer" ); break;
case 'X': txt = _( "Peer was discovered through Peer Exchange (PEX)" ); break;