From fdfd91e53efcff69f070f158c79623d3557703aa Mon Sep 17 00:00:00 2001 From: Maurice Parker <mo@vincode.io> Date: Tue, 12 May 2020 10:17:58 -0500 Subject: [PATCH] Change Popular Reddit description --- Mac/MainWindow/AddRedditFeedWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/MainWindow/AddRedditFeedWindowController.swift b/Mac/MainWindow/AddRedditFeedWindowController.swift index 0e0b36a52..804557208 100644 --- a/Mac/MainWindow/AddRedditFeedWindowController.swift +++ b/Mac/MainWindow/AddRedditFeedWindowController.swift @@ -153,7 +153,7 @@ private extension AddRedditFeedWindowController { accountLabel.isHidden = false accountPopupButton.isHidden = false - typeDescriptionLabel.stringValue = NSLocalizedString("Best posts on Reddit for you", comment: "Popular") + typeDescriptionLabel.stringValue = NSLocalizedString("The best posts on Reddit for you", comment: "Popular") subredditTextField.isHidden = true addButton.isEnabled = true