1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 13:32:19 +00:00

a little better phrasing

This commit is contained in:
Mitchell Livingston 2006-07-08 14:45:23 +00:00
parent 38e7e939f2
commit 2a131ea7e8

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