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:
parent
050c37bddc
commit
7d760579e1
1 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Reference in a new issue