NSString * location = [torrent dataLocation];
- NSString *notificationTitle = NSLocalizedString(@"Download Complete", "notification title");
+ NSString * notificationTitle = NSLocalizedString(@"Download Complete", "notification title");
if ([NSApp isOnMountainLionOrBetter])
{
NSUserNotification * notification = [[NSUserNotificationMtLion alloc] init];
NSString * location = [torrent dataLocation];
- NSString *notificationTitle = NSLocalizedString(@"Seeding Complete", "notification title");
+ NSString * notificationTitle = NSLocalizedString(@"Seeding Complete", "notification title");
if ([NSApp isOnMountainLionOrBetter])
{
NSUserNotification * notification = [[NSUserNotificationMtLion alloc] init];
case TR_PARSE_OK:
[self openFiles: [NSArray arrayWithObject: fullFile] addType: ADD_AUTO forcePath: nil];
- NSString *notificationTitle = NSLocalizedString(@"Torrent File Auto Added", "notification title");
+ NSString * notificationTitle = NSLocalizedString(@"Torrent File Auto Added", "notification title");
if ([NSApp isOnMountainLionOrBetter])
{
NSUserNotification* notification = [[NSUserNotificationMtLion alloc] init];