diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 5bf0b5da4..d955599f8 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -778,7 +778,7 @@ static void removeKeRangerRansomware() NSApp.servicesProvider = self; self.fNoNapActivity = [NSProcessInfo.processInfo beginActivityWithOptions:NSActivityUserInitiatedAllowingIdleSystemSleep - reason:NSLocalizedString(@"No napping on the job!", nil)]; + reason:@"No napping on the job!"]; //register for dock icon drags (has to be in applicationDidFinishLaunching: to work) [[NSAppleEventManager sharedAppleEventManager] setEventHandler:self andSelector:@selector(handleOpenContentsEvent:replyEvent:)