Changeset 305
- Timestamp:
- Jun 9, 2006, 4:02:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/save_torrent_files/macosx/Controller.m
r294 r305 550 550 title = [NSString stringWithFormat: @"Comfirm Removal of \"%@\"", 551 551 [[fTorrents objectAtIndex: [fTableView selectedRow]] name]]; 552 message = @"This torrent is active. Do you really want to remove it?"; 552 message = @"This transfer is active." 553 " Onced removed, continuing the transfer will require the torrent file." 554 " Do you really want to remove it?"; 553 555 } 554 556 else … … 557 559 if (selected == active) 558 560 message = [NSString stringWithFormat: 559 @"There are %d active t orrents. Do you really want to remove them?", active];561 @"There are %d active transfers.", active]; 560 562 else 561 563 message = [NSString stringWithFormat: 562 @"There are %d torrents (%d active). Do you really want to remove them?", selected, active]; 564 @"There are %d transfers (%d active).", selected, active]; 565 message = [message stringByAppendingString: 566 @" Onced removed, continuing the transfers will require the torrent files." 567 " Do you really want to remove them?"]; 563 568 } 564 569
Note: See TracChangeset
for help on using the changeset viewer.