From 251b19d26c66db8099109dfdcc3572cbf54bfb44 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 16 May 2021 20:22:15 -0700 Subject: [PATCH] =?UTF-8?q?Tweak=20text=20for=20Feed=20Providers=20explana?= =?UTF-8?q?tion.=20Now:=20=E2=80=9CFeed=20Providers=20allow=20you=20to=20s?= =?UTF-8?q?ubscribe=20to=20some=20pages=20as=20if=20they=20were=20RSS=20fe?= =?UTF-8?q?eds.=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/Settings/AddExtensionPointViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/AddExtensionPointViewController.swift b/iOS/Settings/AddExtensionPointViewController.swift index f0d31752f..249498dba 100644 --- a/iOS/Settings/AddExtensionPointViewController.swift +++ b/iOS/Settings/AddExtensionPointViewController.swift @@ -44,7 +44,7 @@ class AddExtensionPointViewController: UITableViewController, AddExtensionPointD } override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? { - return NSLocalizedString("Feed Providers allow you to subscribe to website URLs as if they were RSS feeds.", comment: "Feed Provider Footer") + return NSLocalizedString("Feed Providers allow you to subscribe to some pages as if they were RSS feeds.", comment: "Feed Provider Footer") } override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {