Change Import Subscriptions action sheet title. Issue #1353

This commit is contained in:
Maurice Parker 2019-11-26 10:23:33 -06:00
parent f2b5d31d5e
commit 0723c55e2c
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ private extension SettingsViewController {
} }
func importOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) { func importOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) {
let title = NSLocalizedString("Select an Import Account", comment: "Select an Import Account") let title = NSLocalizedString("Choose an account to receive the imported feeds and folders", comment: "Import Account")
let alert = UIAlertController(title: title, message: nil, preferredStyle: .actionSheet) let alert = UIAlertController(title: title, message: nil, preferredStyle: .actionSheet)
if let popoverController = alert.popoverPresentationController { if let popoverController = alert.popoverPresentationController {