From 92d9af91a2c3206089523a5a3eb11bfb8a6e90fe Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Fri, 15 Jul 2016 22:51:49 -0700 Subject: [PATCH] Correct a minor typo. --- Preferences/General/AppcastArrayController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preferences/General/AppcastArrayController.m b/Preferences/General/AppcastArrayController.m index ed2242c4a..737b5d15f 100644 --- a/Preferences/General/AppcastArrayController.m +++ b/Preferences/General/AppcastArrayController.m @@ -29,7 +29,7 @@ [self addObject: [NSDictionary dictionaryWithObjectsAndKeys: - NSLocalizedStringFromTableInBundle(@"losnoco.net wheneverly", nil, [NSBundle bundleForClass:[self class]], @"") , @"name", @"https://f.losno.co/cog/mercury.xml", @"url",nil]]; + NSLocalizedStringFromTableInBundle(@"losno.co wheneverly", nil, [NSBundle bundleForClass:[self class]], @"") , @"name", @"https://f.losno.co/cog/mercury.xml", @"url",nil]]; } @end