Changeset 305


Ignore:
Timestamp:
Jun 9, 2006, 4:02:06 AM (17 years ago)
Author:
livings124
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/save_torrent_files/macosx/Controller.m

    r294 r305  
    550550            title = [NSString stringWithFormat: @"Comfirm Removal of \"%@\"",
    551551                        [[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?";
    553555        }
    554556        else
     
    557559            if (selected == active)
    558560                message = [NSString stringWithFormat:
    559                     @"There are %d active torrents. Do you really want to remove them?", active];
     561                    @"There are %d active transfers.", active];
    560562            else
    561563                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?"];
    563568        }
    564569
Note: See TracChangeset for help on using the changeset viewer.