From fda56b4423f95a6f4b125f20596c21de370266c1 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 9 Feb 2023 21:51:58 -0800 Subject: [PATCH] =?UTF-8?q?Update=20the=20Twitter=20removal=20warning=20to?= =?UTF-8?q?=20say=20=E2=80=9Clater=20in=20February=E2=80=9D=20instead=20of?= =?UTF-8?q?=20=E2=80=9CFebruary=209,=E2=80=9D=20since=20Twitter=20postpone?= =?UTF-8?q?d=20the=20removal=20date=20to=20the=2013th,=20and=20might=20do?= =?UTF-8?q?=20so=20again.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index f080f72d3..b3740902e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -974,7 +974,7 @@ internal extension AppDelegate { let alert = NSAlert() alert.alertStyle = .warning alert.messageText = NSLocalizedString("Twitter Integration Removed", comment: "Twitter Integration Removed") - alert.informativeText = NSLocalizedString("On February 1, 2023, Twitter announced the end of free access to the Twitter API, effective February 9.\n\nSince Twitter does not provide RSS feeds, we’ve had to use the Twitter API. Without free access to that API, we can’t read feeds from Twitter.\n\nWe’ve left your Twitter feeds intact. If you have any starred items from those feeds, they will remain as long as you don’t delete those feeds.\n\nYou can still read whatever you have already downloaded. However, those feeds will no longer update.", comment: "Twitter deprecation informative text.") + alert.informativeText = NSLocalizedString("On February 1, 2023, Twitter announced the end of free access to the Twitter API, effective later in February.\n\nSince Twitter does not provide RSS feeds, we’ve had to use the Twitter API. Without free access to that API, we can’t read feeds from Twitter.\n\nWe’ve left your Twitter feeds intact. If you have any starred items from those feeds, they will remain as long as you don’t delete those feeds.\n\nYou can still read whatever you have already downloaded. However, those feeds will no longer update.", comment: "Twitter deprecation informative text.") alert.addButton(withTitle: NSLocalizedString("OK", comment: "OK")) alert.buttons[0].keyEquivalent = "\r" alert.runModal()