1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

use the word Transfers, not Torrents

This commit is contained in:
Mitchell Livingston 2006-06-11 21:37:21 +00:00
parent 050c37bddc
commit 7d760579e1

View file

@ -263,9 +263,9 @@ static void sleepCallBack( void * controller, io_service_t y,
if (active > 0) if (active > 0)
{ {
NSString * message = active == 1 NSString * message = active == 1
? @"There is an active torrent. Do you really want to quit?" ? @"There is an active transfer. Do you really want to quit?"
: [NSString stringWithFormat: : [NSString stringWithFormat:
@"There are %d active torrents. Do you really want to quit?", @"There are %d active transfers. Do you really want to quit?",
active]; active];
NSBeginAlertSheet(@"Confirm Quit", NSBeginAlertSheet(@"Confirm Quit",
@ -555,7 +555,7 @@ static void sleepCallBack( void * controller, io_service_t y,
} }
else else
{ {
title = [NSString stringWithFormat: @"Comfirm Removal of %d Torrents", selected]; title = [NSString stringWithFormat: @"Comfirm Removal of %d Transfers", selected];
if (selected == active) if (selected == active)
message = [NSString stringWithFormat: message = [NSString stringWithFormat:
@"There are %d active transfers.", active]; @"There are %d active transfers.", active];