Change Export Subscriptions action sheet title. Issue #1354
This commit is contained in:
parent
291bc9b278
commit
f2b5d31d5e
|
@ -384,7 +384,7 @@ private extension SettingsViewController {
|
|||
}
|
||||
|
||||
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)
|
||||
|
||||
if let popoverController = alert.popoverPresentationController {
|
||||
|
|
Loading…
Reference in New Issue