Changeset 1335 for trunk/macosx/Torrent.m
- Timestamp:
- Jan 9, 2007, 3:31:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r1334 r1335 294 294 { 295 295 tempString = [self progress] < 1.0 296 ? [NSLocalizedString(@"Waiting to start", "Torrent -> status string") stringByAppendingEllipsis]296 ? [NSLocalizedString(@"Waiting to download", "Torrent -> status string") stringByAppendingEllipsis] 297 297 : [NSLocalizedString(@"Waiting to seed", "Torrent -> status string") stringByAppendingEllipsis]; 298 298 }
Note: See TracChangeset
for help on using the changeset viewer.