mirror of
https://github.com/transmission/transmission
synced 2025-02-04 05:22:40 +00:00
a little better phrasing
This commit is contained in:
parent
38e7e939f2
commit
2a131ea7e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue