1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00

(gtk) tweak the details strings again

This commit is contained in:
Charles Kerr 2008-04-12 04:09:28 +00:00
parent 38ee8899f7
commit 233627ae72

View file

@ -506,10 +506,10 @@ onPeerViewQueryTooltip( GtkWidget * widget,
case 'D': txt = _( "Downloading from peer" ); break;
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 'u': txt = _( "We'd upload to peer if they'd ask us" ); 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 'E': txt = _( "Encrypted connection" ); break;
case 'X': txt = _( "Peer was discovered through Peer Exchange (PEX)" ); break;
case 'I': txt = _( "Peer is an incoming connection" ); break;
}