From 0723c55e2c64d11aa8b90cfb801652f2c3a0255c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 26 Nov 2019 10:23:33 -0600 Subject: [PATCH] Change Import Subscriptions action sheet title. Issue #1353 --- iOS/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 179e0b1e0..772f2923f 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -346,7 +346,7 @@ private extension SettingsViewController { } 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) if let popoverController = alert.popoverPresentationController {