Changeset 6145
- Timestamp:
- Jun 11, 2008, 7:16:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r6144 r6145 1154 1154 NSString * webSeedString; 1155 1155 if (webSeedCount == 1) 1156 webSeedString = NSLocalizedString(@" 1web seed", "Torrent -> status string");1156 webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string"); 1157 1157 else 1158 1158 webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"),
Note: See TracChangeset
for help on using the changeset viewer.