1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

Onced isn't a word...

This commit is contained in:
Mitchell Livingston 2006-06-14 14:46:58 +00:00
parent 69fee0da51
commit e0bed11f56

View file

@ -550,7 +550,7 @@ static void sleepCallBack( void * controller, io_service_t y,
title = [NSString stringWithFormat: @"Comfirm Removal of \"%@\"",
[[fTorrents objectAtIndex: [fTableView selectedRow]] name]];
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?";
}
else
@ -563,7 +563,7 @@ static void sleepCallBack( void * controller, io_service_t y,
message = [NSString stringWithFormat:
@"There are %d transfers (%d active).", selected, active];
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?"];
}