Changeset 6144 for trunk/macosx/Torrent.m
- Timestamp:
- Jun 11, 2008, 7:06:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r6141 r6144 1154 1154 NSString * webSeedString; 1155 1155 if (webSeedCount == 1) 1156 webSeedString = NSLocalizedString(@" web seed", "Torrent -> status string");1156 webSeedString = NSLocalizedString(@"1 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.