Changeset 1546
- Timestamp:
- Mar 8, 2007, 5:29:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pex/macosx/InfoWindowController.m
r1544 r1546 238 238 [fHashField setToolTip: hashString]; 239 239 [fSecureField setStringValue: [torrent privateTorrent] 240 ? NSLocalizedString(@"Private Torrent ", "Inspector -> is private torrent")240 ? NSLocalizedString(@"Private Torrent, PEX disabled", "Inspector -> is private torrent") 241 241 : NSLocalizedString(@"Public Torrent", "Inspector -> is not private torrent")]; 242 242 [fCommentView setString: commentString]; … … 675 675 fromString = NSLocalizedString(@"cache", "Inspector -> Peers tab -> table row tooltip"); 676 676 else if (from == TR_PEER_FROM_PEX) 677 fromString = NSLocalizedString(@" PEX", "Inspector -> Peers tab -> table row tooltip");677 fromString = NSLocalizedString(@"peer exchange", "Inspector -> Peers tab -> table row tooltip"); 678 678 else 679 679 fromString = NSLocalizedString(@"tracker", "Inspector -> Peers tab -> table row tooltip"); … … 681 681 return [NSString stringWithFormat: NSLocalizedString(@"Progress: %.1f%%" 682 682 "\nPort: %@" 683 "\nFrom %@", "Inspector -> Peers tab -> table row tooltip"),683 "\nFrom: %@", "Inspector -> Peers tab -> table row tooltip"), 684 684 [[peerDic objectForKey: @"Progress"] floatValue] * 100.0, 685 685 [peerDic objectForKey: @"Port"], fromString];
Note: See TracChangeset
for help on using the changeset viewer.