Change Export Subscriptions action sheet title. Issue #1354

This commit is contained in:
Maurice Parker 2019-11-26 10:21:18 -06:00
parent 291bc9b278
commit f2b5d31d5e
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ private extension SettingsViewController {
} }
func exportOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) { func exportOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) {
let title = NSLocalizedString("Select an Export Account", comment: "Select an Export Account") let title = NSLocalizedString("Choose an account with the subscriptions to export", comment: "Export 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 {