From 2a131ea7e8723c55766051f2ad6c5bfcc86329e5 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 8 Jul 2006 14:45:23 +0000 Subject: [PATCH] a little better phrasing --- macosx/Controller.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 7940f37ee..44ad1fd41 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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