mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
Onced isn't a word...
This commit is contained in:
parent
69fee0da51
commit
e0bed11f56
1 changed files with 2 additions and 2 deletions
|
@ -550,7 +550,7 @@ static void sleepCallBack( void * controller, io_service_t y,
|
||||||
title = [NSString stringWithFormat: @"Comfirm Removal of \"%@\"",
|
title = [NSString stringWithFormat: @"Comfirm Removal of \"%@\"",
|
||||||
[[fTorrents objectAtIndex: [fTableView selectedRow]] name]];
|
[[fTorrents objectAtIndex: [fTableView selectedRow]] name]];
|
||||||
message = @"This transfer is active."
|
message = @"This transfer is active."
|
||||||
" Onced removed, continuing the transfer will require the torrent file."
|
" Once removed, continuing the transfer will require the torrent file."
|
||||||
" Do you really want to remove it?";
|
" Do you really want to remove it?";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -563,7 +563,7 @@ static void sleepCallBack( void * controller, io_service_t y,
|
||||||
message = [NSString stringWithFormat:
|
message = [NSString stringWithFormat:
|
||||||
@"There are %d transfers (%d active).", selected, active];
|
@"There are %d transfers (%d active).", selected, active];
|
||||||
message = [message stringByAppendingString:
|
message = [message stringByAppendingString:
|
||||||
@" Onced removed, continuing the transfers will require the torrent files."
|
@" Once removed, continuing the transfers will require the torrent files."
|
||||||
" Do you really want to remove them?"];
|
" Do you really want to remove them?"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue