mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +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)
|
||||
{
|
||||
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:
|
||||
@"There are %d active torrents. Do you really want to quit?",
|
||||
@"There are %d active transfers. Do you really want to quit?",
|
||||
active];
|
||||
|
||||
NSBeginAlertSheet(@"Confirm Quit",
|
||||
|
@ -555,7 +555,7 @@ static void sleepCallBack( void * controller, io_service_t y,
|
|||
}
|
||||
else
|
||||
{
|
||||
title = [NSString stringWithFormat: @"Comfirm Removal of %d Torrents", selected];
|
||||
title = [NSString stringWithFormat: @"Comfirm Removal of %d Transfers", selected];
|
||||
if (selected == active)
|
||||
message = [NSString stringWithFormat:
|
||||
@"There are %d active transfers.", active];
|
||||
|
|
Loading…
Add table
Reference in a new issue