mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix r5590 spelling error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user