Change Import Subscriptions action sheet title. Issue #1353
This commit is contained in:
parent
f2b5d31d5e
commit
0723c55e2c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue