a little better phrasing

This commit is contained in:
Mitchell Livingston 2006-07-08 14:45:23 +00:00
parent 38e7e939f2
commit 2a131ea7e8
1 changed files with 2 additions and 2 deletions

View File

@ -789,7 +789,7 @@ static void sleepCallBack(void * controller, io_service_t y,
//notifications
[self notifyGrowl: @"Download Complete" message: [[torrent name] stringByAppendingString:
@" is finished downloading"] identifier: @"Download Complete"];
@" finished downloading"] identifier: @"Download Complete"];
if (![fWindow isKeyWindow])
fCompleted++;
}
@ -1077,7 +1077,7 @@ static void sleepCallBack(void * controller, io_service_t y,
[fInfoController updateInfoStatsAndSettings];
[self notifyGrowl: @"Seeding Complete" message: [[[notification object] name] stringByAppendingString:
@" is finished seeding"] identifier: @"Seeding Complete"];
@" finished seeding"] identifier: @"Seeding Complete"];
}
- (void) attemptToStartAuto: (Torrent *) torrent