further typo fix

This commit is contained in:
Stuart Breckenridge 2021-04-24 19:11:53 +08:00
parent 925bbadecb
commit 72e68a62f8
No known key found for this signature in database
GPG Key ID: ED2F112EEA9EF8A5
1 changed files with 1 additions and 1 deletions

View File

@ -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 web site URLs as if they were RSS feeds.", comment: "Feed Provider Footer")
return NSLocalizedString("Feed Providers allow you to subscribe to website URLs as if they were RSS feeds.", comment: "Feed Provider Footer")
}
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {