Changeset 5593 for trunk/gtk/details.c
- Timestamp:
- Apr 12, 2008, 4:09:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/details.c
r5591 r5593 507 507 case 'd': txt = _( "We'd download from peer if they'd let us" ); break; 508 508 case 'U': txt = _( "Uploading to peer" ); break; 509 case 'u': txt = _( " Peer would download from us if we'd let them" ); break;509 case 'u': txt = _( "We'd upload to peer if they'd ask us" ); break; 510 510 case 'K': txt = _( "Peer has unchoked us, but we're not interested" ); break; 511 511 case '?': txt = _( "We unchoked the peer, but they're not interested" ); break; 512 case 'E': txt = _( " Using encryption to communicate with peer" ); break;512 case 'E': txt = _( "Encrypted connection" ); break; 513 513 case 'X': txt = _( "Peer was discovered through Peer Exchange (PEX)" ); break; 514 514 case 'I': txt = _( "Peer is an incoming connection" ); break;
Note: See TracChangeset
for help on using the changeset viewer.